Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions joins/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,48 @@
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_few_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_few_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_all_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_all_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_not_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_one_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},

{
"operation": "esql_lookup_join_1k_100k_200k_500k",
Expand Down
42 changes: 42 additions & 0 deletions joins/challenges/large.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,48 @@
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_few_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_few_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_all_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_all_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_not_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_one_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_limit1000",
"tags": ["lookup", "join", "limit1000"],
Expand Down
43 changes: 42 additions & 1 deletion joins/challenges/nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,48 @@
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_100k_keys_where_few_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_100k_keys_where_few_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_100k_keys_where_all_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_100k_keys_where_all_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_100k_keys_where_not_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_100k_keys_where_one_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
}

]
}
42 changes: 42 additions & 0 deletions joins/challenges/small.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,48 @@
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_few_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_few_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_all_matching_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_all_matching_concat_like_limit1000",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_not_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},
{
"operation": "esql_lookup_join_1k_keys_where_one_matching_equals",
"tags": ["lookup", "join"],
"clients": {{query_clients | default(1)}},
"warmup-iterations": 5,
"iterations": 20
},

{
"operation": "esql_lookup_join_1k_100k_200k_500k",
Expand Down
36 changes: 36 additions & 0 deletions joins/operations/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,48 @@
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where lookup_keyword_0 like \"val 1*\" | limit 1000",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_few_matching_like_limit1000",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where lookup_keyword_0 like \"val 249*\" | limit 1000",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_few_matching_concat_like_limit1000",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where concat(\"x\", lookup_keyword_0) like \"xval 249*\" | limit 1000",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_all_matching_like_limit1000",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where lookup_keyword_0 like \"val *\" | limit 1000",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_all_matching_concat_like_limit1000",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where concat(\"x\", lookup_keyword_0) like \"xval *\" | limit 1000",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_no_match",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where concat(lookup_keyword_0, \"foo\") == \"bar\"",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_not_matching_equals",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where lookup_keyword_0 == \"non existing\"",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{
"name": "esql_lookup_join_{{idx_suffix[i]}}_keys_where_one_matching_equals",
"operation-type": "esql",
"query": "FROM join_base_idx | lookup join lookup_idx_{{key_suffix[i]}}_f10 on key_{{key_suffix[i]}} | where lookup_keyword_0 == \"val 10 rep 0\"",
"body": { "pragma": { "max_concurrent_shards_per_node": {{max_concurrent_shards_per_node | default(10)}} } }
},
{% endfor %}


Expand Down
Loading