This is an old revision of the document!


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

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.1403468907.txt.gz · Last modified: 2014/06/22 22:28 by capitn
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki