Jump to content

Is there any way my table structure and access times can be improved?


HowdeeDoodee

Recommended Posts

Is there any way I can improve anything below to get quicker access times?

 

I just ran optimize table which did not help.

 

Here is the query run in phpMyAdmin.

 

SELECT * FROM `View2_DTTENNFT` WHERE MATCH(Topic, Subtopic, Theswords) AGAINST ('apples' IN BOOLEAN MODE) AND MATCH(Topic, Subtopic, Theswords) AGAINST ('johnny' IN BOOLEAN MODE) ORDER BY `Lnum` ASC

 

Here is the access time.

 

24 seconds

 

Here is the table structure.

 

Keyname  Type  Cardinality  Action  Field

Source             INDEX 29693  Edit Drop Source 3

Lnum                INDEX 29693  Edit Drop Source 3

Topic             FULLTEXT 29693  Edit Drop Topic

Subtopic FULLTEXT 29693  Edit Drop Topic

Theswords FULLTEXT 29693  Edit Drop Topic

 

Statements  Value

Format dynamic

Collation latin1_swedish_ci

Rows 29,693

Row length ø 4,916

Row size ø 7,054 B

 

Thank you in advance for any replies.

Archived

This topic is now archived and is closed to further replies.

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