![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
"Communications of the ACM" had an interesting article on "big data" this month. The author created a fake database of 6.75 billion rows (100 GB) representing the human population on earth and issued this query: SELECT country,age,sex,count(*) FROM people GROUP BY country,age,sex; On an eight-core Mac Pro workstation with 20GB RAM and two terabytes of RAID 0 disk it took 24 hours, not least because Postgres decided to sort the table on the GROUP BY columns first. How does your server do? |
#4
| |||
| |||
|
|
"Communications of the ACM" had an interesting article on "big data" this month. * The author created a fake database of 6.75 billion rows (100 GB) representing the human population on earth and issued this query: * * * * SELECT country,age,sex,count(*) * * * * FROM people * * * * GROUP BY country,age,sex; On an eight-core Mac Pro workstation with 20GB RAM and two terabytes of RAID 0 disk it took 24 hours, not least because Postgres decided to sort the table on the GROUP BY columns first.* How does your server do? * --jkl |
![]() |
| Thread Tools | |
| Display Modes | |
| |