Noel Grandin
Noel Grandin
unsigned arithmentic is weird https://stackoverflow.com/questions/430346/why-doesnt-java-support-unsigned-ints/15053268#15053268
do you have a self-contained test case?
I would be ok with just keeping this on a separate branch, and then you can merge/etc new stuff to that branch.
Hmmm. In most other methods in JdbcConnection, we appear to be trying to make this class thread-safe via calls to lock() and unlock(), so it seems reasonable to me that...
> IJust wonder, how big that can of worms To my mind, the only promise we can reasonably make is that multiple threads can call JdbcConnection and those calls are...
Would you like to try improving the selectivity calculation? The relevant code is in Analyze#analyzeTable and Index#getCostRangeIndex
Very nice analysis! > > > `analyzeTable` currently samples the first `N` rows (presumably based on the order they were written to disk?). > It samples the first N rows....