Skip to content

AceBase + Svelte = end to end fully reactive system! Thoughts on design #72

Answered by appy-one
ahdat81 asked this question in Q&A
Discussion options

You must be logged in to vote

Sounds cool! I don't know about your particular use case, but do you really need thousands of proxies? If you want to monitor and sync an entire collection of thousands of records, you could just use 1 single proxy on a parent collection? The only hard limit for live data proxies I can think of is memory - if you have too much data in the proxy you'll run out of it. Regarding bandwidth used, that depends on your configuration. If you are using a local cache db and the server has transaction logging enabled, a live data proxy will download all data from the server once, cache it, and then only transfer object mutations back and forth ever after. (Unless last sync was too long ago, then it …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ahdat81
Comment options

You must be logged in to vote
6 replies
@ahdat81
Comment options

@ahdat81
Comment options

@donl
Comment options

@ahdat81
Comment options

@ahdat81
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants