We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e55ef6 commit 1e171e7Copy full SHA for 1e171e7
1 file changed
src/pages/Debug/MultiGetBenchmark.tsx
@@ -32,7 +32,6 @@ const ALL_COLLECTIONS = [
32
33
const STRATEGIES: Array<{key: MultiGetStrategy; label: string}> = [
34
{key: 'in_clause', label: 'IN clause'},
35
- {key: 'in_clause_no_parse', label: 'IN (no parse)'},
36
{key: 'json_each_join', label: 'json_each JOIN'},
37
{key: 'chunked_500', label: 'Chunk 500'},
38
{key: 'temp_table', label: 'Temp table'},
0 commit comments