Actions
Architecture #4428
closedAvoid useless requests and commits in SQL database
Status:
Released
Priority:
2
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Hi,
I've activated the postgresql logs on my development rudder server /
there is only ONE host on this server and after two days / pgFuine
found more than 538k request in the logs, strange isn't?
See the attached pgFuine rapport : 1391089351.html
There is 100k request of COMMIT; looks like every request is atomic ?
(maybe it's useless to protect select requests ?)
The ORM does more than 165k requests for the 'eventlog' in information_schema.
Best Regards,
Files
Updated by Jonathan CLARKE about 11 years ago
- Category set to Architecture - Dependencies
- Status changed from New to 13
- Target version set to 2.10.0~beta1
Updated by Jonathan CLARKE about 11 years ago
- Subject changed from pgFuine with an idle rudder server / why so many useless requests? to Avoid useless requests and commits in SQL database
- Status changed from 13 to 12
Updated by Vincent MEMBRÉ about 11 years ago
- Category changed from Architecture - Dependencies to Performance and scalability
Actions