Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Collections #397

Open
maxnowack opened this issue Nov 29, 2023 · 0 comments
Open

Async Collections #397

maxnowack opened this issue Nov 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@maxnowack
Copy link
Owner

The development of Async Collections in SignalDB is aimed at enhancing the database's flexibility and performance, particularly in scenarios where data persistence without in-memory storage is essential. These Async Collections would enable SignalDB to interact with asynchronous storage mechanisms like IndexedDB more efficiently, allowing for data operations without necessarily storing data in the client's memory. This feature is especially relevant for applications that handle large datasets or require extended data persistence beyond the session scope. Furthermore, Async Collections could facilitate the outsourcing of query execution to Web Workers, thereby offloading intensive data processing tasks from the main thread. This approach would significantly improve the application's responsiveness and overall performance, especially in web applications with complex data processing requirements. The introduction of Async Collections in SignalDB aims to provide developers with more options for data management, catering to a broader range of application architectures and performance needs.

@maxnowack maxnowack added the enhancement New feature or request label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant