Mihnea Iancu

Results 6 comments of Mihnea Iancu

To add more context, this works as expected unless _both_ ANALYZE is ran _and_ `yb_enable_optimizer_statistics` is set to true. ``` CREATE TABLE test(k int, v int, primary key (k HASH))...

@shamanthchandra-yb @sanketkedia Is there a significant difference in timing if we run the CREATE DATABASE command on the node/region where the master leader is vs on a node/region where the...

Thanks @shamanthchandra-yb -- since those times are quite similar, It seems most of the time are due to `yb-master-leader` and `yb_master-followers` latency. The difference between calling it on LEADER and...

@kmuthukk @aravind-nallan-yb This behavior for INT64_MIN (`token(gtin13,location_id)

So I think the 4 statements above (in the original message) are technically _almost_ correct. I believe the miss is that on the 4th statement the: ``` select count(*) from...

Just a note, this was likely introduced on the ALTER .. ADD UNIQUE side when adding HASH column option (in addition to ASC and DESC). In vanilla PG, only the...