RE: [U2] Converting static to dynamic

2007-07-24 Thread Baakkonen, Rodney A (Rod) 46K
Subject: RE: [U2] Converting static to dynamic Use hash type 1. Use KEYONLY splitting. Choose a reasonable starting modulo Experiment with SPLIT.LOAD and MERGE.LOAD. The file will probably be twice as slow as a perfectly sized static file but who cares. -Original Message- From: [EMAIL

RE: [U2] Converting static to dynamic

2007-07-24 Thread Dave Davis
Jonathan Leckie Sent: Tuesday, July 24, 2007 4:06 AM To: u2-users@listserver.u2ug.org Subject: [U2] Converting static to dynamic We have two very large files from which I often have to remove data to stop the files reaching the 2GB limit, much as I enjoy removing this data my colleague has

RE: [U2] Converting static to dynamic

2007-07-24 Thread Baakkonen, Rodney A (Rod) 46K
: Tuesday, July 24, 2007 3:06 AM To: u2-users@listserver.u2ug.org Subject: [U2] Converting static to dynamic We have two very large files from which I often have to remove data to stop the files reaching the 2GB limit, much as I enjoy removing this data my colleague has suggested that changing

Re: [U2] Converting static to dynamic

2007-07-24 Thread George Land
We run pretty much all of our files as dynamic although mainly because we write software for resale and it is much easier for a customer site to be managed if everything is dynamic. The main issue is to try and create the dynamic file at roughly the right size rather than creating it small and let

[U2] Converting static to dynamic

2007-07-24 Thread Jonathan Leckie
We have two very large files from which I often have to remove data to stop the files reaching the 2GB limit, much as I enjoy removing this data my colleague has suggested that changing these files to be dynamic would mean we could allow them to hold more data and choose when to remove old data