This repository has been archived by the owner on May 4, 2023. It is now read-only.
Create structure tables within a transaction in a single PHP process (optimization) #15
Labels
enhancement
New feature or request
Instead of calling the study_structures_script.php multiple times (once for each structure), it would be likely be faster for a single PHP process to create all structure tables in a transaction; e.g., consider the following (shell script) benchmark that creates 1000 structure tables within a transaction:
The text was updated successfully, but these errors were encountered: