NEWAGE-Labs / nal.lims

GNU General Public License v2.0
1 stars 0 forks source link

Optimize object creation functions #67

Closed faytrow closed 1 year ago

faytrow commented 2 years ago

api.create() takes a significantly longer amount of time to execute than any other function.

Diagnose if this is simply a consequence of Python + Zope, or if it is caused by a solvable issue (e.g. Deprecation Warning)

faytrow commented 2 years ago

Issue appears to be related to Semaphores and that the Database and Web Application share a single drive to read/write.

faytrow commented 1 year ago

The slowness is both a natural symptom of Zope, but also is exemplified by extremely large "Sample" objects, which results in slow + long harddrive transactions.

faytrow commented 1 year ago

Issue is being investigated during a data migration.