Home › Forums › General Issues › Empty fields on wp_postmeta › Reply To: Empty fields on wp_postmeta
Hi @susa38
Yes, it’s OK for you to delete it. ACF creates them to prepare the database when you need to update them.
It shouldn’t affect your database performance much. But if you have an issue with your site performance, I suggest you use a caching plugin instead.
Yes, you can manually delete the empty database row every time a post is saved, but it will cost more queries and will affect your site performance.
I believe there won’t be any problem if you want to delete them. You can try the following SQL code, but please backup your site and database first.
DELETE FROM wp_postmeta WHERE wp_postmeta.meta_value = ''
Also, please just leave the database if you don’t really need to delete them.
I hope this makes sense 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
🤔 Curious about the ACF user experience? So are we! Help guide the evolution of ACF by taking part in our first ever Annual Survey and guarantee you’re represented in the results. https://t.co/0cgr9ZFOJ5
— Advanced Custom Fields (@wp_acf) May 8, 2023
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.