RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Jerry Banker
The DF header file doesn't contain any data. You can resize each of the part files individually. However if your algorithm is correct the files will probably be close to the same size. -Original Message- From: Moderator [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 7:50 AM To:

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Anthony Youngman
Maintain it against the part files (mind you, I'd just declare them DYNAMIC and let UV sort it out). In a distributed file, each individual part file is just an ordinary file, with a little bit of extra logic that hashes the ID to say is this record permitted in this file. You can treat the

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Perry Taylor
Two things. 1) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Tuesday, June 19, 2007 8:50 AM To: u2-users@listserver.u2ug.org Cc: Dominion Subject: [U2] [UV] - Distributed Files REPOSTED FOR NON-MEMBER ADDRESS: Dominion [EMAIL

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Jerry Banker
Who told you that you couldn't use 64 bit files? -Original Message- From: Anthony Youngman [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 8:14 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] - Distributed Files Maintain it against the part files (mind you, I'd just

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Perry Taylor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Tuesday, June 19, 2007 8:50 AM To: u2-users@listserver.u2ug.org Cc: Dominion Subject: [U2] [UV] - Distributed Files REPOSTED FOR NON-MEMBER ADDRESS: Dominion [EMAIL PROTECTED] Hi, I'm

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Perry Taylor
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Tuesday, June 19, 2007 8:50 AM To: u2-users@listserver.u2ug.org Cc: Dominion Subject: [U2] [UV] - Distributed Files REPOSTED FOR NON-MEMBER ADDRESS: Dominion [EMAIL PROTECTED] Hi, I'm

RE: [U2] [UV] - Distributed Files

2007-06-19 Thread Normandin, Jerry
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor Sent: Tuesday, June 19, 2007 9:39 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] - Distributed Files -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [U2] UV - Distributed files

2006-05-18 Thread asvin . dattani
Hi Jerry, Actually, I know about multi-data files too... I used to use them on Pick R83, to simulate what Universe later implemented much more cleanly as distributed files. Part numbers dont have to be sequential and dont have to start at 1 ( I didnt know that until I was told quite