Baptiste Lepers

Results 25 comments of Baptiste Lepers

Thanks, good questions :) 1. Yes, indeed, the code on github doesn't fully reflect that part of the paper. Two points here: 1.1 We did some experiments with the B...

1. The BW is ~2GB/s per disk so ~16GB/s in total. So it takes 6.25s to scan 100GB. 2. For updates > 4KB you don't write in place. During recovery,...

Hi, 1. Never happened to me. If it happens again, you can maybe find some info using gdb? I'd be interested in the debug info. 2. (Edited because I missed...

The main loop performed by the server is here: https://github.com/BLepers/KVell/blob/master/slabworker.c#L355 You might want to change the waiting loop (l. 364-372) to wait for incoming network requests (select/epoll) and the worker_dequeue_request...

Thanks for your interest. 1&2. There is no transaction support in this version of KVell. We'll hopefully release a transactional version at some point. 3. In this prototype, we write...