normen662

Results 28 issues of normen662

We need to limit the amount of work that is being done to plan a query. Two scenarios that come to mind: - a bug somewhere in the planner leads...

Both `RelationalExpression` and therefore by inheritance `RecordQueryPlan` have a method ``` @Nonnull Optional

In the current state, multidimensional indexes can be created and hand-knitted to do some work, however, the planner(s) should also be able to plan queries using this type of index.

For a lot of queries it would be beneficial to utilize higher-dimensional indexing. An rtree-based index structure can provide a multidimensional span of values which would then allow us to...

Hi David, I think the acceptable ranges for coordinates are `0..2^bits` (for point to Hilbert value conversions). Unfortunately, I have to deal with full java longs `-2^63 ... 2^63-1`. I...

question

While working on #2748 I noticed that the ordering that is computed and reasoned about in `AbstractDataAccessRule` is the sort order that is achieved when realized and compensated matches are...

planner