You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script for creating new partition(s) on shard server
Script for linking partition(s) with postgres_fdw on the aggregating server
Stored procedures for state and storage snapshot generation
Need to work out additional details/scripts for how to manage the automatic creation and linking of partitions as our database syncs new blocks at head
In order to shard our database we need to
block_number
, so that we can partition tables by block range: denormalize tables by block_number #51Notes:
Basic research and more details around the sharding approach/design can be found here
This is a child issue of https://github.com/vulcanize/ops/issues/137
The text was updated successfully, but these errors were encountered: