Schemas and utils for IPLD ETH Postgres database
Go to file
2022-03-28 18:23:30 -05:00
.github/workflows Compare Up and Down Migration. 2021-10-13 13:09:58 +05:30
db 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
scripts Compare Up and Down Migration. 2021-10-13 13:09:58 +05:30
.gitignore database uml 2021-08-29 14:00:39 -05:00
docker-compose.test.yml Upgrade statediff image to v0.9.0. 2021-10-08 18:36:21 +05:30
docker-compose.yml Compare Up and Down Migration. 2021-10-13 13:09:58 +05:30
Dockerfile Fix docker image. 2021-10-09 16:43:16 +05:30
LICENSE Initial commit 2021-05-13 17:14:05 -05:00
Makefile disable and renable indexes correctly 2022-01-10 21:51:04 -06:00
README.md database uml 2021-08-29 14:00:39 -05:00
schema.sql update schema 2022-03-28 18:23:30 -05:00
vulcanize_db.png updated uml 2021-12-27 11:41:30 -06:00
vulcanize_db.uml updated uml 2021-12-27 11:41:30 -06:00

ipld-eth-db

Schemas and utils for IPLD ETH Postgres database

Database UML