-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
We've seen high CPU load on the database cause by Peekaboo. This is because we've totally forgotten to add any indexes other than what the DBMS automatically does for primary keys. This makes our database operations very inefficent which comes to bear once the sample info table contains a couple of hundrets of thousands of entries and is aggravated by a large number of instances in cluster mode. We need some fixes here.