Y
Hacker News
new
|
ask
|
show
|
jobs
by
jparker165
4281 days ago
And even at 10,000 records, you're probably better off pre-loading them as json on the client and avoiding the server request altogether.
1 comments
jgalt212
4281 days ago
Not really sure that's feasible because Algolia records are more akin to Word docs than Excel rows. 10K docs could be approx 10GB of data--definitely not feasible to push over the wire, and pushing the upper bounds of what even sqlite can handle.
link