|
ee2f43a849
|
Remove foreign keys to hypertables
|
2022-04-22 18:53:43 +05:30 |
|
i-norden
|
673ae7b265
|
fixes, PKs need to include partition key
|
2022-04-12 21:56:27 -05:00 |
|
i-norden
|
da8d0af6df
|
updates order of columns in compound PKs, update indexes e.g. we don't need a btree index on a column if it is the first column in the compound PK index but we do need a btree index for the later columns in a compound PK (searches on first column of a compound index are just as fast as searches on a btree index for that column alone, but searches on the 2nd or 3rd column in a compound index are significantly slower than on dedicated indexes)
|
2022-03-28 18:22:57 -05:00 |
|
i-norden
|
ba2550cc01
|
update pre- and post- sets
|
2022-03-21 19:53:48 -05:00 |
|
i-norden
|
1dc12460dc
|
denormalize tables by block_number so that we can partition all tables by block_number for purposes of sharding
|
2022-03-15 16:06:13 -05:00 |
|
i-norden
|
70d571e03e
|
rename file, no schema changes
|
2022-01-07 12:51:29 -06:00 |
|