-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep data in mem for local query (#381)
When using the disk writer, keep a copy of record in a mutable memory writer. This allows querying hot data of past minute by cloning the records and provide to query table. The memory is discarded when finalise is called at the end of minute.
- Loading branch information
Showing
1 changed file
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters