Save .rrd from store instead of saving LogMsg
:es.
#1394
Labels
🚀 performance
Optimization, memory use, etc
⛃ re_datastore
affects the datastore itself
📺 re_viewer
affects re_viewer itself
Currently the viewer stores all
LogMsg
:ed it receives in order to be able to save them as a.rrd
file.This leads to a lot of extra memory user, often at 2x or more, since the same data is also stored in the data store.
We need to support:
We should implement batch ingestion before we work on this, as it affects how data is stored in an
.rrd
file.Blocked on:
The text was updated successfully, but these errors were encountered: