Clint Wylie
Clint Wylie
the slowdown on select * is also no longer quite as dramatic as in my first screenshots: For reference, these were the first set of benchmarks when I opened the...
>We need to add some query benchmarks that include more realistic filter lists. Likely, we should have one query with an IN filter with 100 entries, another with 1000 entries...
>Just looked again at the FrontCodedIndexBenchmark and I see the GenericIndexed in there too. I can't help but wonder if the differences there are actually from the fact that FrontCoded...
i spent the last couple days optimizing this heavily and it seems to have paid off, as I've managed to greatly minimize almost all of the performance difference between this...
I ran a few of the `SqlNestedDataBenchmarks` that were doing string stuff just to spot check and things look good there too: ``` SELECT string1, SUM(long1) FROM foo GROUP BY...
a bit stale, but #11205 was working on a leadership style integration test for k8s. I don't really see any details about the k8s integration tests in the new framework...
Oops, I meant to put in my writeup that I had no explicit reason to expect that this should work, but I got distracted collecting the details and forgot to...
thanks for providing a yaml example. fwiw I think I actually prefer the yaml, at least thinking about how it would look to see a test case file with a...
very rough wip, but here are some examples of current output: ```json [ { "id": "wikipedia_auto_2016-06-27T00:00:00.000Z_2016-06-28T00:00:00.000Z_2023-09-08T03:26:45.008Z", "intervals": null, "columns": { "__time": { "typeSignature": "LONG", "type": "LONG", "hasMultipleValues": false, "hasNulls": false,...
another example, with front-coding: ```json [ { "id": "wikipedia_fc4_incremental_2016-06-27T00:00:00.000Z_2016-06-28T00:00:00.000Z_2023-02-27T09:19:28.660Z", "intervals": null, "columns": { "__time": { "typeSignature": "LONG", "type": "LONG", "hasMultipleValues": false, "hasNulls": false, "size": 0, "cardinality": null, "minValue": null, "maxValue":...