Paul Masurel

Results 456 comments of Paul Masurel

If the random variable "document being part of the posting list" is independent, I think I recall the limit happening for a frequency of 1/6, but I forgot if it...

Delete shard only happens via chitchat. Nothing is done if the shard is not still part of the control plane model, so there should not be any redundancy in this...

The delete operation seems to be using the index correctly. ``` Delete on shards (cost=0.41..8.43 rows=1 width=6) -> Index Scan using shards_pkey on shards (cost=0.41..8.43 rows=1 width=6) Index Cond: (((index_uid)::text...

upon deletion of an indexer, I see 317 "deleting shards" logs. Each node is hosting about 150 shards, so that's twice more than expected. Investigating specific shard id does show...

@zamazan4ik Oh that would be awesome. Unfortunately Quickwit does not handle SQL at the moment. I eyeballed the SQL queries... Maybe we can perform the same computation in Quickwit 0.5...

I had a look at the bench. Maybe we cannot perform all of the queries yet, but it seems like the benchmark is pretty flexible and will run the queries...

I think @fmassot would love to see this happen. I think there are different to have this work. One possibility: use a broken version of leader election. e.g. the metastore...

@PSeitz can we close this? Are all of the optimization suggested in this PR shipped in other PRs?