i-norden
|
a8440e4ded
|
public.blocks => ipld.blocks
|
2023-02-08 18:35:07 -06:00 |
|
i-norden
|
c402e5c285
|
drop mh_keys and use cids for blockstore keys and linking aka revert to v0 ipfs blockstore format. in addition to saving space, this format is closer to the CAR format used in filecoin deals
|
2023-02-08 18:22:40 -06: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
|
7cc9201a94
|
new natural primary key scheme
|
2021-11-14 18:23:26 -06:00 |
|
Arijit Das
|
562ee3e782
|
Create a docker image with postgres DB and concise migration.
|
2021-10-05 16:21:18 +05:30 |
|