Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:use_a_cache_system_in_the_scheduling_algorithms [2014/06/20 15:02] – created neyronwiki:use_a_cache_system_in_the_scheduling_algorithms [2014/07/04 15:11] (current) auguste
Line 1: Line 1:
-Move some gantt prediction related data from DB to  cache system (like memcached)+Move some gantt prediction related data from DB to  cache system (like memcached or redis)
  
 OR OR
  
 Put the volatile gantt tables in /dev/shm for example Put the volatile gantt tables in /dev/shm for example
 +
 +<code>
 +DROP TABLESPACE IF EXISTS oarramts;
 +CREATE TABLESPACE oarramts LOCATION '/dev/shm/oar';
 +CREATE UNLOGGED TABLE foo(i int) TABLESPACE oarramts;
 +</code>
 +
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