James Arthur
James Arthur
See https://github.com/electric-sql/pglite/pull/393 for an example of a project management app with a lot of data. Electric will handle syncing GBs of data no problem. You need to look at what...
The benefit is fairly large here: we can demonstrate working offline systems which is a key benefit of Electric sync. I'm under the impression that https://vite-pwa-org.netlify.app/guide/ abstracts this for us...
Yup, maybe the big linearlite that Sam's working on merging instead / as well? That's a key one that we demo and would be nice to show working fully offline...
@samwillis fancy `vite-pwa`ing up big linearlite whilst you're there?
Note, please wait for @KyleAMathews to comment and approve/revise/reject the approach before implementing.
Great stuff @samwillis :) On 2, I wonder if there's a way of supporting `order_by` and `limit` of the shape results? An arbitrary query is powerful but means the user...
I've added a placeholder flagging up TanStack DB to that doc page: https://github.com/electric-sql/electric/pull/2899 We'll clean up the docs more properly soon.
What's the status on merging and deploying this?
Terminology nit: for me "match single write with millions of shapes" is confusing as I associate "match" with actually matching the row to the shape. I suggest we "evaluate" /...
> Regardless of optimisation we can do to specific types of shapes, we still need the system to be able to handle a certain number of where clauses. Sorry, I...