Hi, I added a text search index to a 4-node, Kubernetes-deployed, clustered database and started querying it.
The queries work, but I noticed that a variable (say, 1%-8%) proportion of the documents ids returned in batches through pagination (using bookmarks) was already returned by previous pages. The duplicated IDs change somewhat at every run, hence ithe phenomenon seems to be random. I did not use stale in the requests, just the query, a limit set to 200, and the bookmark returned by the previous pagination response. There are no errors in the log of either CocuhDB or Clouseau. Could someone shed some light on this? Cheers, Luca Morandini
