Botond Dénes

Results 853 comments of Botond Dénes

Let's look at each component in turn and what it would take for us to evict it from memory. In general the most important thing to consider is whether or...

> Is Filter really fixed size? AFAIU it should provide some hit/mis ratio and in this case it's size should depend on the size of the data. Or more precisely...

> I think all ideas above are worth exploring. However Idea 1 and Idea(s) 2 are mostly orthogonal and can be developed in parallel or sequentially (see below). Hence I...

> @denesb Don't you think that your ideas [#13219 (comment)](https://github.com/scylladb/scylladb/issues/13219#issuecomment-1473180078) deserve a separate RFC GH issue? I think in general it is best to open issues for problems, then discuss...

> The table that is being streamed/repaired should be referenced/pinned while streaming is in progress. Then we won't have to deal with these exceptions, whatever they are. It doesn't work....

> > e dropping tables and the people repairing a > > > > The table that is being streamed/repaired should be referenced/pinned while streaming is in progress. Then we...

> There is no mention of mutual exclusion, @denesb. Pinning a table doesn't necessarily mean we would block `DROP TABLE` from finishing. From the user's POV the `DROP TABLE` could...

> Indeed, @denesb , the original direction you spent so much time on is a dead end. REPAIR needs to coordinate with other DDL, and it's not just about DROP,...