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

QueryFollower: allow the query to use historyMode: 'latest' #222

Closed
cinnamon-bun opened this issue Apr 29, 2021 · 0 comments · Fixed by #279
Closed

QueryFollower: allow the query to use historyMode: 'latest' #222

cinnamon-bun opened this issue Apr 29, 2021 · 0 comments · Fixed by #279
Milestone

Comments

@cinnamon-bun
Copy link
Member

Filter the docs in the sequence to only the ones which are currrently the Latest doc for that path. This requires a lookup on each doc to check if it's Latest or not, so it'll be slow.

We should consider giving each doc an Extra Field that says if it's Latest or not, which would make this much faster.

@sgwilym sgwilym transferred this issue from earthstar-project/stone-soup Feb 16, 2022
@sgwilym sgwilym added this to the Squirrel milestone May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants