OlegDB Financials 2020 Q1
It's been a while since our last report, so I figured I'd write up a quick coverage of how much money OlegDB has made to date.
OlegDB Proleg Subscribers: 0
Sticker sales to date: 9
As y…
More on Go vs. Erlang
During our most recent episode of OlegDB muckery, I glossed over how we migrated from Erlang to Go for the latest release. I also promised that I would go over in more detail why we switched and what the benefit was, even if our l…
OlegDB 0.1.5 "Spider Marketplace" Released
With an exciting new year comes and exciting new release of OlegDB! We have a sweet suite of backwards-compatible (kind of) changes in store for all 12 of you using this mayo jar of a database! Including but not limited to:
- Removed Erlang in favor of Go
- Transactions! Sort of…
OlegDB 0.1.2 "Mayo Indoctrination" Released
This is a pretty heavy release, in which we introduce prefix matching
, key/cursor iteration and a new
mmap()
based data architecture which you can read about
…
Sloppily Measuring the Effects of LZ4 Compression
Way back in 0.1.1
we added the ability to compress your data using LZ4. Since
I haven't written in a while and we'd never really measured the performance
aspects of using LZ4, I figured now was as good a time as any. Segfaults are
low, moral is high and Read the Full Post
OlegDB 0.1.1 'Cartwheeling Trespassers' released
Proleg Labs™ is happy to announce a new and improved OlegDB! Nicknamed Cartwheeling Trespassers, this release packs in a whopping delta of 44 files changed, 869 insertions and 2864 deletions. Hot damn!
Bugfixes i…
Benchmarking with Wrk
Today at Proleg Labs™ we're going to discuss the awesome bechmarking tool wrk. wrk is a badass little HTTP stress testing utility written by a mysterious open-source do-gooders. I'm gonna run through how we torture OlegDB …