Move some gantt prediction related data from DB to cache system (like memcached or redis)

OR

Put the volatile gantt tables in /dev/shm for example

DROP TABLESPACE IF EXISTS oarramts;
CREATE TABLESPACE oarramts LOCATION '/dev/shm/oar';
CREATE UNLOGGED TABLE foo(i int) TABLESPACE oarramts;
wiki/use_a_cache_system_in_the_scheduling_algorithms.txt · Last modified: 2014/07/04 15:11 by auguste
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki