» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 09-18-2006, 06:27 AM
paoli paoli is offline
Junior Member
 
Join Date: Sep 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
paoli is on a distinguished road
Default to create indexing!!!

hi, i need to create additional indexing for a table.
Query:
Alter TABLE `banner` ADD INDEX `test_idx` ( `camp_id`,`is_unique`,`event_type`,`stamp` )
currently the record num:13573730
size: 1.2 GB
is there anyway to create indexing for this large table? plz help anyone!
Thanks -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 09-18-2006, 06:36 AM
Kodi Kodi is offline
Senior Member
 
Join Date: Jul 2006
Posts: 116
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 16
Kodi is on a distinguished road
Default

Changing a table requires creating a new table with the new columns, indexes, etc., and copying the data across. For large tables this can be a time-consuming process. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
create index!! Drichek MySQL Forums 1 11-23-2006 04:12 AM
How to use CREATE PROCEDURE? silvair MySQL Forums 1 09-06-2006 07:44 AM
MSN not indexing my pages. browny MSN 2 08-31-2006 03:00 PM
create a query on table....?? Efrain MySQL Forums 1 08-09-2006 05:05 AM
create the Custom Datatype in MySQL dominic MySQL Forums 1 08-08-2006 01:10 PM


All times are GMT. The time now is 06:57 PM.