What structure and database storage method should I use for temporary storage that may be written concurrently?
I ran a JMeter load test with one hundred simultaneous visitors to see if it is practical to write an array to the wp_options table via the Options API, knowing the array needs to be updated for every visit. This test confirmed that only a portion of the database updates happened in the way they … Read more