I have a CSV file where I need to import into a custom post type 70mil posts with 7 custom meta data in it.
I know that every given goal is treated in wordpress as a different line in mysql, this probably greatly undermines insertion. Is there a way to optimize this bank?
The code in php that I use to create the posts uses the standard wordpress functions (wp_insert_post and update_post_meta), is there something better than this?
Is there anything to release on the server side, such as memory limit, runtime, etc.?
Nowadays it does not matter even 200 and it hangs, without charging any errors.