Adding a BTREE
or HASH
index shouldn’t break anything, and I imagine that is what you want. At worst you could end up with multiple indexes, or less than optimal ones, which might negatively effect performance. I assume that if you are going to do this you will be evaluating the change to see if it actually does help, rather than hurt.
I guess you could run into trouble with a UNIQUE
index, since WordPress does use a couple of those.
Related Posts:
- WordPress Unit Testing – Cannot Create Tables
- Insert data in database using form
- When is it appropriate to create a new table in the WordPress database?
- Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
- Prevent changing the length of post_name column on WordPress Update
- BuddyPress: What’s the use of wp_bp_xprofile_data table and how does it get updated? [closed]
- Can’t update database after wordpress update from 3.8.1 to 4.4.1
- stdObject stored in database. How does one convert it to usable format?
- Database with mixed collation (utf8mb4 & utf8_general_ci)
- What ALL can cause “Another update is currently in progress.”? [closed]
- Trigger Plugin database update after git pull
- Moving to another host; which tables to move in a database
- WordPress mysql table double prefixes
- Are custom tables in the database overwritten when WordPress is updated to new versions?
- Change WordPress prefix for only one table?
- How to get the SQL of the changes made to the database from an update or upgrade?
- input data and output table [closed]
- Retrieve data from the database to table such as comments in the admin control panel
- Update from 4.5 to 4.6 failing
- Migrate database between 2 different wordpress version
- Change options table prefix only
- Query multiple tables at once?
- Is database deleted on clicking “reinstall” button in WordPress updates?
- What is the best way to resurrect and update my old WordPress site?
- Why does changing Database Table Prefixes result in loss of content?
- Can I customised default WP table
- Disable Database Update Required ? break my website
- Brandoo WordPress Unable to Update to WordPress 4.2.2
- Should I use an additional column in the DB?
- Updating seperate database when post attachment is changed
- What is wrong here? Issue with post_id and meta_value
- How to edit custom table data in frontend
- How to map data on CSV to web pages?
- Adding last value from Database as text in WordPress Page
- get_the_terms is not working
- Create hundreds of users with just ID in phpMyAdmin
- wp-config was suddenly updated
- Have WordPress Use a Different Database for users
- Difference between partition key, composite key and clustering key in Cassandra?
- How SID is different from Service name in Oracle tnsnames.ora
- What is a relation in database terminology?
- Why WordPress choose data serialization over json_encode?
- Are There Any Plans for WordPress to Support Databases Other Than MySQL?
- Reset Post IDs to less than 64bit integer
- how can get database name in wordpress?
- Does WordPress use the InnoDB engine for MySQL by default?
- $wpdb->prepare() warning in WordPress 3.5
- Best way to import users, post and categories from an external database
- Performance tips for a large user base [closed]
- How to delete outdated, wrongly sized images in _wp_attachment_metadata?
- wp_options is GB in size
- Why does WordPress rely on an fully qualified site_url with a 15-step plan for moving a site?
- WordPress and automated MySQL backups to a different host
- How can I create a Bible search engine via WordPress? [closed]
- Error establishing a database connection; After importing DB & Theme
- Get all images from this database table
- Delete transients in website
- wp_get_current_user always returns 0 continued
- Bulk-create posts from SQL database
- I am switching laptops. I host my WP server through MAMP. I want to transfer [closed]
- How can i customize the export personal data file?
- Auto login subdomain from main domain on single sites with different DB
- Logins from WP users table use on another page
- Error establishing a database connection problem in xampp saver
- I’m not able to get access to $wpdb [duplicate]
- WordPress database connection [closed]
- Changing between Local Host DB to Production DB and in reverse
- WordPress site to be able to connect with data on local machine of user
- Bulk Updating Post Date in 1 day Increments
- Query Column of Specific ID from Database Table
- Posting variables to WP database using $_POST method
- Link image with data from the wpdb
- Update multiple rows in one query
- Understanding WordPress Search
- Error establishing a database connection in wordpress site , website not opening
- Counting post and changing roles in mysql database. Query not code
- wpdb Insert unknown post data dynamic foreach loop
- How do I use a database in a custom theme?
- I imported an restore an database and It shows #1067 – Invalid default value for ‘user_registered’
- Migrating meta_key and meta_value from old theme to new one
- How do you enable scripts on a WordPress installation in Softaculous?
- How to rerieve comments and their replies from DB
- Inserting data with Geometry field
- Export only a part of the database for migration
- Why am I being prompted to reinstall wordpress?
- database error WordPress move from one hosting to other
- Select data from foreach loop and send it to wordpress database
- Error establishing database connection error during first WordPress run
- Same DB for live and dev versions
- update multiple user meta field based on another meta field
- After renaming MySQL database, I can no longer access my Blog page
- execute custom function on database connection error
- Call to a member function insert()
- Create a new table on the database and save parameters from a contact form
- not saving post in wp_post wordpress database table
- How to add data from wordpress tables to new database tables you have created
- How to back-up a database on IIS
- Where are database files of a WordPress website?
- Cant Connect to Database
- WordPress database connection failed, while mysql client is working [closed]