Merge develop changes to master
Many changes, most significant is switching from python server to postgrest server.
Merge request reports
Activity
@wrona Could you add a comment about what this does and how much CPU usage is reduced by the change? Inquiring minds want to know :-)
DB_ROOT_SPEC story started on analysis why hive-staging load is so high, even postgresql didn't take all of it. It appeared that postgREST processes each a lot of CPU when traffic is sent there. Guys found this: https://github.com/PostgREST/postgrest/pull/1794 Because there was no rewriter container, requests were sent to the root and I think it consumed more CPU. @mickiewicz you had some grafana measures where Postgrest CPU impact was recorded.
added 2 commits
added 1 commit
- 73975ab3 - Update list_subscribers to match the previous implementation order regarding joins and conditions
Closed in favor of !828 (merged)
Please register or sign in to reply