Opened 8 years ago
#340 new new-feature
entity data bin, and other backing stores, should be able to page out to disk
Reported by: | Fred T. Hamster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-octopus | Version: | |
Keywords: | Cc: |
Description
the entity data bin is currently all kept in memory.
very inefficient.
rather than making things time out fast,
make them instead go to disk first. (to a nice temp location that's configurable).
after some time rotting on disk, the oldest stuff can be reaped.
much better than hoping there's always plenty of memory.
may need controls on how much disk store is allowed also.
Note:
See TracTickets
for help on using tickets.