Re: [PERFORM] Atomic access to large arrays

2009-07-22 Thread Victor de Buen
Thank a lot, Merlin. I will try to fill a sample of grids in a new table with different sizes of subgrids in order to get the better relation between space and speed. Regards 2009/7/22 Merlin Moncure > On Tue, Jul 21, 2009 at 7:43 PM, Victor de Buen > (Bayes) wrote: > > Hi > &g

Re: [PERFORM] Atomic access to large arrays

2009-07-22 Thread Victor de Buen (Bayes)
Thank you very much, Tom I will try vector 'parallel' and 'vertical' strategies. Regards 2009/7/22 Tom Lane > "Victor de Buen (Bayes)" writes: > > I'm storing historical meteorological gridded data from GFS ( > > http://www.nco.ncep.no

Re: [PERFORM] Atomic access to large arrays

2009-07-22 Thread Victor de Buen
Thank you very much, Tom I will try vector 'parallel' and 'vertical' strategies. Regards 2009/7/22 Tom Lane > "Victor de Buen (Bayes)" writes: > > I'm storing historical meteorological gridded data from GFS ( > > http://www.nco.ncep.no

Re: [PERFORM] Atomic access to large arrays

2009-07-22 Thread Victor de Buen
Hi I'm storing historical meteorological gridded data from GFS ( http://www.nco.ncep.noaa.gov/pmb/products/gfs/) into an array field in a table like this: CREATE TABLE grid_f_data_i2 ( //Specifies the variable and other features of data id_inventory integer REFERENCES grid_d_inventory(id_inve

[PERFORM] Atomic access to large arrays

2009-07-21 Thread Victor de Buen (Bayes)
Hi I'm storing historical meteorological gridded data from GFS ( http://www.nco.ncep.noaa.gov/pmb/products/gfs/) into an array field in a table like this: CREATE TABLE grid_f_data_i2 ( //Specifies the variable and other features of data id_inventory integer REFERENCES grid_d_inventory(id_inve