Logging model event using queue #842
-
Hi, When i have a lot of activities in DB (>50k) query that inserts data into "insert into Is it possible to set up a logging model to use queue or you Guys/Girs have some advice for me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I would recommend you to check if/how you can optimize the indexes and if your database (server) has potential hard drive, IOPS, CPU or similar limits. |
Beta Was this translation helpful? Give feedback.
I would recommend you to check if/how you can optimize the indexes and if your database (server) has potential hard drive, IOPS, CPU or similar limits.
We've run projects with millions of records in activities table without any decrease in insert performance.
If you use MySQL there are several articles regarding InnoDB and indexes if you search for "MySQL slow insert query".