Michael Kleen
Michael Kleen
From a Lucene perspective it is possible to store and query numerical values up to 128-bit which would be the limit for the `NUMERIC` data type implementation. https://lucene.apache.org/core/8_8_2/sandbox/org/apache/lucene/document/BigIntegerPoint.html
@theartpiece An excellent first task to get started is https://github.com/crate/crate/issues/2036
@theartpiece We have a public channel where you can chat directly with the team. We can continue from there. https://app.gitter.im/#/room/#crate_crate:gitter.im
@theartpiece and we can also do a meeting to get started. You can contact me at [email protected]
@matriv Different approach. This is 100 % save to do so. ``` cr> SELECT * FROM t1 LEFT JOIN t2 ON t1.a > 5 AND t1.a = t2.b; +----+------+ |...
Will now also run the sql-logic tests on this.
> thx @mkleen! > > Left a minor comment. If it's not too much trouble maybe you can run and post a representative benchmark that shows the perf improvement we...
The benchmark is unstable. The results differ a lot running the benchmark multiple times in the same setup on the same commit locally. I get means from 7392.931 ± 167.756...
@kotlalokeshwari098 This is a good ticket to get started https://github.com/crate/crate/issues/2036
I am only posting benchmarks with regressions.