I have a large number of machines logging through rsyslog to Postgres. PhpLogCon was working great for the first week. Now I do not get a response from the application because the SQL query is trying to load everything into memory.
STATEMENT: SELECT id, devicereportedtime, facility, priority, fromhost, syslogtag, infounitid, message FROM SystemEvents ORDER BY id DESC
Is it possible to only have it select the number of rows that will be shown on the page?
Thanks.


