Jump to content

Select and Insert in same statement?


CroNiX

Recommended Posts

I have a voter registration table that has 2.8 million entries.  It takes about 4 minutes to search for a name to see if it exists.  I was thinking to split the table into 26 separate tables for each letter of the alphabet to speed things up.

 

I haven't had to do anything like this before and I'm wondering if its possible to do this with a single query (or 26) instead of having php do it.

 

Something like:

SELECT * from maintable WHERE lastname LIKE 'A%'

and insert all the data into a new table (which would have the identical structure of maintable) table_a?

 

then do the same thing for b and c and so on.

 

Is this possible to do in a single query?  I'm guessing yes but have not as of yet been able to find a solution.

 

Thanks for any help.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.