-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
FEATURE: RxQuery.count() #255
Comments
I added this feature to the backlog. Maybe this will come in the future. |
@pubkey |
Ok, thanks. Do you have currently any plans to implement it? |
No. But you are also a developer ;) |
True. I don't hesitate to contribute to this project. Currently I am working on a project, where I actually use rxdb and I will see, if I can fit it into the project plan, but I can't promise to work on it yet and in general I thought, that you might have some plans, where you want to go with this project. This is why I asked in the first place :) I will let you know, once there is an opportunity for this feature. |
@phal0r how do you resolve this? I'm new at rxdb. |
@DouglasCalora Now I think I would be able to implement this with reasonable amount of time, but no plans to do this within the next weeks. |
Related: #4096 |
There is currently no cound-method for queries.
Goal-API:
There should be an optimisation to determine if the amount is needed once or many times (if we subscribe).
The first case should do a pouch-find-count-query, the second case should use the QueryChangeDetection for better performance.
The text was updated successfully, but these errors were encountered: