Replies: 3 comments 2 replies
-
Hi @huzzi , thanks for your interest. It was simply written as I've never used it (I haven't received any feedback from users on GitHub) on a large project although it is certainly scalable. You have to respect the limitations of your Supabase priano regarding |
Beta Was this translation helpful? Give feedback.
-
@huzzi , After your question I started to delve into the scalability issue, I improved a few points by streaming all users or all appearance rooms of a user by converting them into paged api calls, this to avoid huge data flows. In addition, I implemented missing indexes and performed some security fixes on the RLS. I believe that with this PR #16 we should reach a good level of quality. However, I still maintain that some tests on large tables will be necessary to confirm the scalability of the functionality of this package. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/insideapp-srl/flutter_supabase_chat_core/releases/tag/v1.3.1 |
Beta Was this translation helpful? Give feedback.
-
Hello 👋
Thank you so much for lovely package, You mentioned this package is not optimized for large amounts of data. What is the concern? Maybe someone can investigate this and create a PR? Thanks again.
Recommended for small or PoC projects, might not be optimized for large amounts of data. I suggest to use this on a free plan, otherwise be extremely cautious.
Beta Was this translation helpful? Give feedback.
All reactions