Jump to content

Recommended Posts

Posted

What's the maximum number of records that can be inserted into a database table?

 

Is there a limit I should keep it at?

 

Is there a point at which the time to run a query becomes too noticable? Better yet, how many records would have to be in the table for a query to take more than 3 sec.? 5 sec.?

 

 

TIA! :lol:

Posted

I think that the way you structure your query will have a lot to do with how fast it runs.

 

In other words, it's a lot faster to have a long, drawn out, selective query that eliminates most of the records in your table, than to have a query that selects almost every row of a long table and then the rest of your script selects the stuff you need.

 

I'm not sure that was such an eloquent explanation... but learn as much as you can about queries and joins.

 

If you write the query with care, even very large tables should be parsed in under three seconds.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...