Skip to content
Discussion options

You must be logged in to vote

How does Nats/JetStream index subjects for filtered consumers?

We have meta state that allows us to index efficiently by sequence number and by subject. We will continue to improve upon this but walking a filtered set of messages with the modern server should be efficient today.

How does Nats/JetStream perform with a lot of unique subjects names over a long period?

Currently the subject addressing layer to a stream takes more memory the more unique subjects that you have. We are working to make this more memory friendly in future releases and plan to have some improvements in 2.10. For now it will work just needs memory to hold the state.

Does Nats provide the same ordering guaranty for m…

Replies: 2 comments 6 replies

Comment options

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

@Zetanova
Comment options

@derekcollison
Comment options

@derekcollison
Comment options

@Zetanova
Comment options

Answer selected by derekcollison
Comment options

You must be logged in to vote
0 replies
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