New writes are first appended to a binary log file and cached in memory, and when this log file grows to a certain size (default is a few megabytes), it's contents are converted into an SSTable file.
LevelDB is used as the backend database for Google Chrome's IndexedDB.
maybe also knows with which tool I can access it?