2024-12-26から1日間の記事一覧

postgresql パラレルクエリ

Even though PostgreSQL could use up to 8 workers, it has instantiated only six. This is because Postgres also optimises the number of workers according to size of the table and the min_parallel_relation_size. The number of workers made ava…