Files
awx/awx/main
Chris Meyers c5a1e4c704 remove order by from partitioned events query
* The order by results in an in-memory sort that COULD blow out the
worker mem buffer and result in sorting having to take place on disk.
* This WILL happen with a default postgres 4MB mem buffer. We saw as
much as 20MB used. Note that AWX defaults postgres mem worker buffer to
3% of the DB memory on external installs and 1% on same-node installs.
So for a 16GB remote DB this would not be a problem.
* We are going to avoid this problem all together by NOT doing a sort
when gathering. Instead, we will sort remotely, in analytics.
2021-06-04 09:17:09 -07:00
..
2021-06-04 09:17:08 -07:00
2021-06-04 09:17:08 -07:00
2021-06-04 09:17:08 -07:00
2021-03-25 15:23:52 -04:00
2021-03-25 15:23:52 -04:00
2021-04-22 08:36:46 -04:00
2021-06-04 09:17:08 -07:00