Azure storage WP multisite
-
Hello, i’m using this great plugin on WP multisite with more than 50 networks and its working very fine.
my database overall is very big and its almost related to the posts table.
but i have noticed that in the xxx_postmeta?table of each network i have a lot of records windows_azure_storage_info
SELECT meta_key, (SUM(LENGTH(meta_id)+LENGTH(post_id)+LENGTH(meta_key)+LENGTH(meta_value)))/1048576 AS
Size
, COUNT(*) ASCount
FROM xxx_11_postmeta
GROUP BYmeta_key
ORDER BYSize
DESC;i need your help becuase i want to know if i can delete them or somehow optimize them.
Thanks
- The topic ‘Azure storage WP multisite’ is closed to new replies.