Sebastian Utz
Sebastian Utz
@jeeminso Yes sure, go ahead. Thanks!
@rijnhard Thanks for this insight. Please also upvote, this will help us on future prioritization.
@mayraq10 Any update here or can we help with anything?
@SStorm Sorry for the delay, this slipped through. Could you provide me the heap dump please? And also access to the snapshot if possible. Thank you!
After looking into the heap dump and provided logs, not only snapshot deletion caused OOM exceptions but also regular writes as this node was under very high memory pressure. It...
I've worked on implementing an `OID` data type, see https://github.com/crate/crate/commit/a5a9d60a7d6, until I've hit a dead end: Our oid's are currently not stored and generated on-fly using a hashing function. Due...
We could consider rewriting this to a `JOIN`, see https://justinjaffray.com/join-the-ultimate-projection/.
Suggestion for lowering the scope: Out of scope: - usage of intermediate tables (only in-memory buffering of the working table with ram accounting) - Syntax sugar (`SEARCH` clause) for Search...
@jeeminso I had a rough look into it and this draft looks good to me. In general I'd prefer if we focus on the minimal implementation first, like not add...
> My current fix allows drop but still able to fetch. Yes lets discuss and focus on this later.