2018-09-19 20:00:21
I'm thinking of rather than having one big DB, it would be better to have multiple smaller DBs so that a node operator could delete some of them as needed
Fireduck
2018-09-19 20:00:37
like peers db separate from other things
Fireduck
2018-09-19 20:54:34
see also: sharding
Rotonen
2018-09-19 20:55:15
what I am talking about how help with sharding, one or two of those DBs will be pretty much all the data
Fireduck
2018-09-19 20:55:23
mostly other "tables" are supporting
Fireduck
2018-09-19 20:55:54
anyways, splitting them around so I can go around the ring on this hash ring implementation without a huge hassle
Fireduck
2018-09-19 21:01:18
*https://github.com/snowblossomcoin/snowblossom/compare/bd782fa2056a...f7ea9b4bd720*
https://github.com/snowblossomcoin/snowblossom/commit/f7ea9b4bd7207feefe2e38fbea31dbb4a782a7e2 - Add db key scanning needed for channels, support multiple DBs
GitHub