Schemas and utils for IPLD ETH Postgres database
Go to file
Ian Norden 1c1826773b
Merge pull request #25 from vulcanize/schema_updates
make tables unlogged for batch import
2021-11-23 11:04:37 -06:00
.github/workflows Compare Up and Down Migration. 2021-10-13 13:09:58 +05:30
db make tables unlogged for batch import 2021-11-22 23:41:32 -06: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 split pre and post batch processing migrations apart; create make targets for running each 2021-11-18 19:03:37 -06:00
README.md database uml 2021-08-29 14:00:39 -05:00
schema.sql use BIGINT not NUMERIC, it is faster for arithmetic operations and uses less space 2021-11-20 13:49:03 -06:00
vulcanize_db.png new natural primary key scheme 2021-11-14 18:23:26 -06:00
vulcanize_db.uml new natural primary key scheme 2021-11-14 18:23:26 -06:00

ipld-eth-db

Schemas and utils for IPLD ETH Postgres database

Database UML