[sqlite] Announcement: sqlite3 vfs layer for RAMCloud

2014-07-23 Thread Jakob Blomer
Dear all, I’d like to announce an sqlite3 vfs layer [1,2] that uses the RAMCloud [3] distributed key-value store as backing storage. RAMCloud provides distributed, durable (replicated) storage with low-latency access. The VFS driver is still under development but the basic operations,

[sqlite] Segfault in pager_write_pagelist

2014-01-23 Thread Jakob Blomer
Hi, we use SQLite inside a fuse file system that runs in a number of computer centers. (Only) one of these centers recently reported several segfaults that happened on several nodes at different times but they all occur at the same spot in the code. The stack trace as far as SQLite is concerned