python_blockchain_app icon indicating copy to clipboard operation
python_blockchain_app copied to clipboard

Backend storage

Open pkrauss3 opened this issue 5 years ago • 1 comments

In using litecore, I notice the ledger population pickups at the same place where left off if a node is shutdown. This indicates a flat storage of the ledger. Have you considered moving from runtime storage to more of a flat storage. I have been using UnQLite.

pkrauss3 avatar Mar 27 '20 13:03 pkrauss3

It's a nice idea to add persistent storage. I'll consider this in the next revision I make.

Or I'm more than happy if anybody wants to take this up and make a PR.

I have not used UnQLite before, maybe we can use sqlite which is already a part of python

satwikkansal avatar Apr 01 '20 17:04 satwikkansal