David Yu

Results 66 comments of David Yu

I back it up time-to-time. You can obviously self-host if you are feel you need to back it up more frequently. Since it is just leveldb, you just zip the...

Online notification is via websocket (if enabled). Offline notification is not implemented.

Here's the result with a fresh data dir (no existing db). [results-w2r2.tar.gz](https://github.com/pmwkaa/sophia/files/441298/results-w2r2.tar.gz) As a side note, it looks like sophia stores the keys entirely in ram (very low read iops,...

I forgot to mention that with a fresh data dir, there is no slowdown (as you can see on results-w2r2.tar.gz logs).

Btw, with only a single writer (like lmdb), how does the mvcc work? Do you have an example somewhere on a repo? I'm thinking the worker threads do the CRUD...

"and then integrating this into Tarantool." That is the plan I think. :-)

I just tried this with the tcp protocol and it works. Any foreseeable problems with this approach? The other project that has native websockets proxy is [frp](https://github.com/fatedier/frp) and it works...

+1 for LGPL

I've just merged a csharp impl https://github.com/dyu/ffi-overhead/pull/10 I'm not familiar with how to setup dotnet on linux (never used dotnet) Can you do a PR for F#?

I've just added mono to the results. I'll try to install .NET Core 2.1