haydnv / tinychain

A next-gen database + SaaS framework for rapid development and integration of enterprise services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporary collections should not use LSM types

haydnv opened this issue · comments

Currently creating a temporary collection within a single transaction creates a new log-structure-merge (LSM) data structure, which adds unnecessary overhead and complicates debugging. A temporary collection should be a single LSM version.