jasonsalas
IS-IT--Management
Hi everyone,
This query grew out of a previous thread. I was wondering if anyone knows how many records in a recordset is excessive for an online Access 2000 database called from a public Web site.
At the moment, I'm managing a DB that has about 1,600 records in a single table, from which a stored procedure generates a recordset of the same number of records, but I've got varying opinions from DBAs and Web devs on the topic.
Some say simple database queries (i.e., not in the vein of complex search scripts looking for matches based on searchstrings with a " LIKE '%' " SQL statement) can go as high as several tens of thousands of records without compromising speed. Others say that to preserve the interity of performance, smaller tables is recommendable, breaking down the data into a couple hundred.
Any suggestions?
This query grew out of a previous thread. I was wondering if anyone knows how many records in a recordset is excessive for an online Access 2000 database called from a public Web site.
At the moment, I'm managing a DB that has about 1,600 records in a single table, from which a stored procedure generates a recordset of the same number of records, but I've got varying opinions from DBAs and Web devs on the topic.
Some say simple database queries (i.e., not in the vein of complex search scripts looking for matches based on searchstrings with a " LIKE '%' " SQL statement) can go as high as several tens of thousands of records without compromising speed. Others say that to preserve the interity of performance, smaller tables is recommendable, breaking down the data into a couple hundred.
Any suggestions?