Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6696787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:22:58+00:00 2026-05-26T06:22:58+00:00

I have a table inside of my mysql database which I constantly need to

  • 0

I have a table inside of my mysql database which I constantly need to alter and insert rows into but it continues running slow when I make changes making it difficult because there are over 200k+ entries. I tested another table which has very few rows and it moves quickly, so it’s not the server or database itself but that particular table which has a tough time. I need all of the table’s rows and cannot find a solution to get around the load issues.

DROP TABLE IF EXISTS `articles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `articles` (
  `id` int(11) NOT NULL auto_increment,
  `content` text NOT NULL,
  `author` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `topic` varchar(255) NOT NULL,
  `subtopics` varchar(255) NOT NULL,
  `keywords` text NOT NULL,
  `submitdate` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `date` varchar(255) NOT NULL,
  `day` varchar(255) NOT NULL,
  `month` varchar(255) NOT NULL,
  `year` varchar(255) NOT NULL,
  `time` varchar(255) NOT NULL,
  `ampm` varchar(255) NOT NULL,
  `ip` varchar(255) NOT NULL,
  `score_up` int(11) NOT NULL default '0',
  `score_down` int(11) NOT NULL default '0',
  `total_score` int(11) NOT NULL default '0',
  `approved` varchar(255) NOT NULL,
  `visible` varchar(255) NOT NULL,
  `searchable` varchar(255) NOT NULL,
  `addedby` varchar(255) NOT NULL,
  `keyword_added` varchar(255) NOT NULL,
  `topic_added` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `score_up` (`score_up`),
  KEY `score_down` (`score_down`),
  FULLTEXT KEY `SEARCH` (`content `),
  FULLTEXT KEY `asearch` (`author`),
  FULLTEXT KEY `topic` (`topic`),
  FULLTEXT KEY `keywords` (`content `,`keywords`,`topic`,`author`),
  FULLTEXT KEY `content ` (`content `,`keywords`),
  FULLTEXT KEY `new` (`keywords`),
  FULLTEXT KEY `author` (`author`)
) ENGINE=MyISAM AUTO_INCREMENT=290823 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:22:58+00:00Added an answer on May 26, 2026 at 6:22 am

    With indexes it depends:

    more indexes = faster selecting, slower inserting

    less indexes = slower selecting, faster inserting

    Because the index tables has to be rebuild when inserting and the more data in the table is the more work is for mysql to do to rebuild the index.

    So maybe you could remove indexes you not need, that should speed your inserting up.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a MySQL db and inside it a table called ProductMaster with 6
I have table inside a div tab. The table has 40 rows in it
I have a div inside of a table which is inside of a form
I have a mysql database table to store country name and currency symbol -
I have a table in my database which essentially serves as a logging destination.
I have an audit table in my SQL Server 2008 database which contains the
I am using MySQL and PHP . In my database I have this table
i have table unser it i have one td with elemets inside the menu
I have a table with an image inside: <table style=border: 3px solid rgb(0, 0,
How to filter DataView/DataTable by time? I have a table with datetime column inside

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.