Il 12/12/2016 02:42, David G. Johnston
ha scritto:
Hi David,On Saturday, December 10, 2016, Tom DalPozzo <t.dalpozzo@xxxxxxxxx> wrote: there are also other DB clients which only perform read queries using SQL. It's the reason why I chose postgreSQL over simpler apps. I didn't mention about them so far as those queries are not a concern in terms of performance. Anyway, regarding the huge dimension of the table, I think that reason was that autovacuum didn't work as the updates traffic was really high in my test, with no pause. Infact, if I lower it down to 1500updates/sec, then autovacuum works (I checked the log). So the table size can grow but not for ever as it gets reused. Thank you very much. Pupillo |