This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-db
Watch
19
Star
0
Fork
0
You've already forked ipld-eth-db
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
4
Wiki
Activity
2162e73524
ipld-eth-db
/
db
History
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
..
migrations
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
post_batch_processing_migrations
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
pre_batch_processing_migrations
update pre- and post- sets
2022-03-21 19:53:48 -05:00
Dockerfile
Fix failing CI and update incremental migration.
2021-12-20 14:07:48 +05:30