Fork me on GitHub
#xtdb
<
2022-04-07
>
Martynas Maciulevičius12:04:54

What would happen if I have a node with limited RAM but "enough" of HDD swap space? Let's say I have 10GB ram and 1TB of storage. Would I be able to have this kind of data set?

refset11:04:00

Hey @U028ART884X - sorry for the delay, I was offline yesterday(!) XT is pretty good about keeping in-memory working sets to a minimum, thanks to the query planner + lazy execution, so I think you would find it working quite well in this scenario. That said, more RAM definitely helps keep everything as snappy as possible, particularly in regards RocksDB's block caching.

richiardiandrea17:04:01

I there, I was wondering if 1.21.0-beta2 has been tagged, I see it uploaded, was wondering if it did include the LMDB fix

richiardiandrea17:04:02

Yeah, that one, just wondering if it made it to that beta cause I don't see the tag in the repo

Steven Deobald17:04:40

beta3 will go out tomorrow and it will be included in that.

richiardiandrea17:04:45

oh great thanks for confirming that!

Steven Deobald17:04:56

Oh, hm. It is strange that there's no beta2 tag in the repo. I'll check with @@jarohen about that, but beta3 is what you want, regardless. 🙂

❤️ 1