Re: Important bug in RAID tables

2001-06-19 Thread Patrizio Bruno
I can't reproduce the error using a different database configuration and I can't use the same database schema to make my test (the machine is now in production state), so I attached to this mail te sql file used to create the tables, this database is used by ASPseek 1.2.0, you can download it at w

Re: Important bug in RAID tables

2001-06-19 Thread Patrizio Bruno
I can't reproduce the error using a different database configuration and I can't use the same database schema to make my test (the machine is now in production state), so I attached to this mail te sql file used to create the tables, this database is used by ASPseek 1.2.0, you can download it at w

Re: Important bug in RAID tables

2001-06-19 Thread Tonu Samuel
On Tue, 19 Jun 2001, Patrizio Bruno wrote: > > BTW, why did you change the chunksize? By default it is 256000 and I > > tested it for speed with many different values. 256000 seemed to be best > > value. If you have any experience showing that I was wrong, please share > > it with me. > > I was

Re: Important bug in RAID tables

2001-06-18 Thread Tonu Samuel
On Mon, 18 Jun 2001, Patrizio Bruno wrote: > "select max(field) from table" returns the greatest field's value in the first > file of the RAID table (successive files are not considered), adding a where > clause (for ex. "select max(field) from table where field2 >= 200") the > problem seems