Then I try to open monitoring->charts, that occurs nothing.
On postgres i see long-running query:
The problem in
part.
Without that query executed instantly.
I use PostgreSQL 8.3.6 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.3.real (Ubuntu 4.3.2-1ubuntu12) 4.3.2
On postgres i see long-running query:
Code:
select t.itemid, t.clock from trends t where itemid in (45430,45432) order by t.itemid, t.clock limit 1;
Code:
limit 1
Without that query executed instantly.
I use PostgreSQL 8.3.6 on x86_64-pc-linux-gnu, compiled by GCC gcc-4.3.real (Ubuntu 4.3.2-1ubuntu12) 4.3.2
Comment