← Back to context Comment by iFire 3 years ago I wonder if this can be done on sqlite?https://news.ycombinator.com/item?id=28012829 2 comments iFire Reply lucb1e 3 years ago You mean distributing 43GB of data to everyone rather than uploading a few megabytes of data one time and getting 250KB answer chunks? I'm not sure it compares. rakoo 3 years ago If you're going the sqlite route, the much easier path is to distribute the whole database and do everything on the client
lucb1e 3 years ago You mean distributing 43GB of data to everyone rather than uploading a few megabytes of data one time and getting 250KB answer chunks? I'm not sure it compares.
rakoo 3 years ago If you're going the sqlite route, the much easier path is to distribute the whole database and do everything on the client
You mean distributing 43GB of data to everyone rather than uploading a few megabytes of data one time and getting 250KB answer chunks? I'm not sure it compares.
If you're going the sqlite route, the much easier path is to distribute the whole database and do everything on the client