Fork me on GitHub
#onyx
<
2016-07-04
>
michaeldrogalis00:07:06

We use an implementation of WID to store the window contents in memory (https://github.com/onyx-platform/onyx/blob/0.9.x/src/onyx/windowing/window_id.clj#L3) and replicate them onto disk using the techniques described above. The whole window contents need to fit in memory. We'll be implementing an alternate, pluggable windowing technique that pessimistically spills the entire window to disk.