wp-media / search-and-replace

A simple search for find strings in your WordPress database and replace the string.
https://wordpress.org/plugins/search-and-replace/
GNU General Public License v2.0
91 stars 31 forks source link

Dealing with big Databases #48

Open derpixler opened 8 years ago

derpixler commented 8 years ago

If user has big Databases, the plugin cannot handle this. A solution can be that we call every table with a ajax. So we get a better performance and a working status.

Another issue is that I couldn't back up my database. It seems it was too big and I had timeouts and errors. What do you think about adding an option to backup just one table in the DB? https://wordpress.org/support/topic/php-errors-69#post-8044179

derpixler commented 8 years ago

For a compromise solution see here https://github.com/inpsyde/search-and-replace/commit/6e1f16dfd689d7bb926418fffec586d9350ef012#commitcomment-16943919

devbanana commented 7 years ago

@derpixler is this still an issue, or has it been resolved?