This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-db
Watch
13
Star
0
Fork
0
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
4
Wiki
Activity
86
Commits
4
Branches
34
Tags
f89ea6134f46b08e9e017f903aec3a6dafe9f802
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Ian Norden
f89ea6134f
Merge pull request
#56
from vulcanize/release-v4.0.0-alpha
...
v4.0.0 alpha
2022-04-05 19:12: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
README.md
ipld-eth-db
Schemas and utils for IPLD ETH Postgres database
Database UML
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
Schemas and utils for IPLD ETH Postgres database
Readme
2.9
MiB
Languages
PLpgSQL
91.4%
Shell
7.3%
Dockerfile
1.3%