You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to get the oldest entry you must list the whole table using history_timestamped. When the buffer is large, this will crash the VM running out of memory. The following functions should be added:
oldest entry (returns entry with timestamp)
newest entry (returns entry with timestamp)
oldest N entries
some sort of histogram of date ranges?
The text was updated successfully, but these errors were encountered:
Currently to get the oldest entry you must list the whole table using history_timestamped. When the buffer is large, this will crash the VM running out of memory. The following functions should be added:
The text was updated successfully, but these errors were encountered: