Re: [sqlite] Daisy: A private blockchain where blocks are SQLite databases

2017-06-13 Thread Jens Alfke
That’s kind of weird, that each block payload is an entire SQLite database file. It means that the time to query the blockchain will grow linearly with the number of blocks (because you have to query every block), and you can’t run a query that might rely on data in two different blocks. To

[sqlite] Daisy: A private blockchain where blocks are SQLite databases

2017-06-13 Thread Richard Hipp
See https://github.com/ivoras/daisy I have no connection with Daisy and am not endorsing it. I just thought it was interesting and wanted to share it with the wider SQLite community. -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list