File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/SeqCli/Cli/Commands/Bench Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 "notes" : " Tests sparse deserialization and condition evaluation atop basic page traversal."
1212 },
1313 {
14- "id" : " count-exception-starts-with-s " ,
15- "query" : " select count(*) from stream where @Exception like 'S %' and @Timestamp >= now() - 30d" ,
16- "notes" : " Text search performance. Chooses 'S ' because in .NET data there should be some hits."
14+ "id" : " count-exception-starts-with-sys " ,
15+ "query" : " select count(*) from stream where @Exception like 'Sys %' and @Timestamp >= now() - 30d" ,
16+ "notes" : " Text search performance. Chooses 'Sys ' because in .NET data there should be some hits."
1717 },
1818 {
19- "id" : " count-message-starts-with-e " ,
20- "query" : " select count(*) from stream where @Message like 'E %' and @Timestamp >= now() - 30d" ,
19+ "id" : " count-message-starts-with-fai " ,
20+ "query" : " select count(*) from stream where @Message like 'Fai %' and @Timestamp >= now() - 30d" ,
2121 "notes" : " Text search performance; worse on @Message than other properties because fragment pre-filtering is not used."
2222 },
2323 {
You can’t perform that action at this time.
0 commit comments