Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Hi,
It would be extremely useful to have query logs per database or table, especially when debugging projects on servers with multiple projects. For example, our development server has over 50 databases and it is nearly impossible to debug the general log file when so many queries from so many databases are being written to the same log file.
We would like each database to have it's own query log, or even better each table to have it's own log file.
Cheers,
Michael Mussulis
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Also, it'd make sense to have binary log per, say, per database. With multiple projects in the same MariaDB instance, one doing a huge LOAD DATA will effectively block replication for all other projects as no binlog events can be logged (or read by the slave) in the middle of the big load data event.