q segmentsetup.q

Look at the structure:

/am -- top level directory
 /2009.01.01
  /t
  /q
 /2009.01.02
  /t
  /q

/nz -- another top level directory
 /2009.01.01
  /t
  /q
 /2009.01.02
  /t
  /q
 
  
q /db
can do queries

select from t where date=2009.01.01, sym=`ibm


Now that we know how to do segmentation and how to query,
we can start replicating.
The effect we want is to have one process run on /db
but if there is a problem then go somewhere else.
Then try to copy things.


Spread data over multiple data by just replicating the data
and adjusting par.txt.

Moving stuff is just OS level mv/cp.

