Avoiding Full GCs in HBase with MemStore-Local Allocation Buffers : Fascinating. Evading the Java GC by reimplementing a slab allocator, basically
(tags: memory allocation java gc jvm hbase memstore via:dehora slab-allocator)How to beat the CAP theorem : Nathan “Storm” Marz on building a dual realtime/batch stack. This lines up with something I’ve been building in work, so I’m happy ;)
(tags: nathan-marz realtime batch hadoop storm big-data cap)