How much overhead in creating post?
-
I am writing a plugin that imports data and currently stores it in a database table. I am considering creating “posts” with each row of data to facilitate manipulation and display. The only problem is that the data changes frequently (maybe every 30 minutes) and I need to throw out the old data and import the new often. I am concerned that the time-cost of creating a bunch of posts is too great as compared to doing inserts into a custom table. Does anyone have experience with this sort of situation? TIA
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.