Investigando Resultados de Agregação Inesperados no PostgreSQL

Ambiente de teste populado utilizando a ferramenta sysbench para gerar carga de trabalho OLTP. Geração de Dados: sysbench --db-driver=pgsql --pgsql-host=127.0.0.1 --pgsql-port=5432 --pgsql-user=test02 --pgsql-password=test02 --pgsql-db=postgres --oltp-table-size=200000 --oltp-tables-count=10 --rand-init=on --threads=10 --time=30 --events=0 --re ...

Publicado em 7-16 18:36