Hardly surprising that it didn't gain much traction.
The Kivaloo Data Store
21–30 of 78 posts
Re: The Kivaloo Data Store
#22Earlier quoted context omitted.
Well yeah but the GPG key is also served insecurely: http://www.tarsnap.com/tarsnap-signing-key-2020.asc
... you know you can change that URL to start "https" if you like?
Edit: On second thought, I recognize this whole subthread started with the wrong tone ("ironic", "reckless"), kind of dismissive or patronizing and not calling for a constructive discussion, so please disregard this comment of mine, sorry.
Re: The Kivaloo Data Store
#23Note: The performance values mentioned on that page (on an EC2 c1.medium instance using spinning-rust disks!) is wildly out of date. I'll get around to updating them some day. For reference, on my laptop (Dell Latitude 7390 with an i7-8650U CPU): * Bulk inserts run at ~600,000/second (up from 125,000). * Bulk extracts run at ~660,000/second while in RAM (up from 30,000) and ~220,000/second from disk (up from 20,000).…
Re: The Kivaloo Data Store
#24Is there a way to compare it to other key-value stores in a fair apples to apples comparison?
Re: The Kivaloo Data Store
#25Note: The performance values mentioned on that page (on an EC2 c1.medium instance using spinning-rust disks!) is wildly out of date. I'll get around to updating them some day. For reference, on my laptop (Dell Latitude 7390 with an i7-8650U CPU): * Bulk inserts run at ~600,000/second (up from 125,000). * Bulk extracts run at ~660,000/second while in RAM (up from 30,000) and ~220,000/second from disk (up from 20,000).…
Have you ever considered getting a Jepsen test done for kivaloo? The claims re: durability and linearizability are worth proving out that way
Re: The Kivaloo Data Store
#26Re: The Kivaloo Data Store
#27Earlier quoted context omitted.
Have you ever considered getting a Jepsen test done for kivaloo? The claims re: durability and linearizability are worth proving out that way
I am genuinely intrigued about how much is costs to commission those tests. They are so complete and thorough that I can't see myself being able to afford one for some project of mine, but I would absolutely like to to have an estimate
Re: The Kivaloo Data Store
#28Last release 2011-10-11? Interesting that the author is here commenting as well on a 9 year old project.
I didn't bother doing releases for a while, since nobody else (AFAIK) was using the code.
Re: The Kivaloo Data Store
#29Earlier quoted context omitted.
Have you ever considered getting a Jepsen test done for kivaloo? The claims re: durability and linearizability are worth proving out that way
I am genuinely intrigued about how much is costs to commission those tests. They are so complete and thorough that I can't see myself being able to afford one for some project of mine, but I would absolutely like to to have an estimate
You might not get the same level of sophistication right away, of course, but that's just a matter of time and diligence.
Re: The Kivaloo Data Store
#30Earlier quoted context omitted.
I didn't bother doing releases for a while, since nobody else (AFAIK) was using the code.
No worries there, I was just wondering out loud why OP posted, and how you found the thread so quickly
I read the document on it, then tried to imagine what I would use it for, and couldn't really come up with a use case. I had trouble understanding where I would apply the 255 byte key to 255 byte value paradigm. I also didn't know how the benchmarks compared to similar applications.