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
- Editing a WordPress post content from the database does nothing
- Set limitations of wp_update_post()?
- Database table prefix different between wp-config.php and in database
- Count views without get_post_meta
- What is this JavaScript “require”?
- Example of a strong and weak entity types
- MariaDB as a backend database
- WordPress database error: [Query was empty] [closed]
- Login in WordPress using external database data
- What is the fastest way to generate a unique id number when registering a user
- How best to inject ads between posts in the loop?
- Error establishing a database connection – with Debug Data
- Does thumbnail regeneration edit the database?
- Using table lock with wp_insert_post?
- WordPress doesn’t show all posts in database
- Adding new row to wp_post table
- Extracting the post_id via the wp_insert_post action (external db query)
- What is the proper way to validate and sanitize JSON response from REST API?
- How do I get the posts within a certain year/date(with sql query)?
- batch UPDATE autoload value in wp_options table
- Displaying BLOB PDF File
- How to fix the disappearance of the “\” character when updating a post in the database
- Data storage for JS app using WP REST API
- WP CLI Core install – blank database
- Setup 3 Sites To Connect To 1 Database and Share Data
- How can I push local database changes to production, without impacting recent posts/pages that were published on production server?
- Does auto_load to ‘no’ in wp_options improve performance
- How to access custom WordPress database tables
- Remove empty rows from the database
- Custom WordPress Table wpdb
- Check if post id exist in table than only update instead of inserting new row
- Detail explanation of wordpress database fields and metatag list [closed]
- CreateOrUpdate in WordPress
- $wpdb->get_results($wpdb->prepare(… You have an error in your SQL syntax;
- How to get a list of WordPress default database tables?
- Can local WordPress installs share /wp-content/ folder and database?
- Stringing together content from different databases
- Backing up WordPress database and files
- Safely store code(html/js..) into database
- Displaying table data on a page
- muliple wordpress installs (network) on different databases
- White Screen in Home Page
- Continuous SQL query errors from outside source
- Whats the best practise on how to store json data from a custom settings page?
- $wpdb->delete not working for me
- Recovery – Restore Database after moving folder location locally
- Migrate Users From laravel to wordpress
- Job and Employee Performance Tracking with Product Safety
- how add more field to wp user and save it to database
- How do I cleanup my database with data that is no longer being used?
- Malware in old website – how to migrate?
- Set SQL_BIG_SELECTS and MAX_JOIN_SIZE on a WP_Query
- How to optimize wp_option table?
- How to display $wpdb->insert_id; value on redirected page
- Should I Use only wpdb Class to Write Custom Queries?
- Catchable fatal error in formatting.php
- Wrong url for the images while using same database for two WordPress installations
- Sending WordPress database information to cross domain the safe way?
- Database Name Change
- Where To Find bb_profile_data(); In bbPress?
- Attach posts based on category and position
- Combining two select posts from mysql – to get least viewed posts