Archive

Posts Tagged ‘Sums’

Quick comparison of MyISAM, Infobright, and MonetDB (mysql)

September 30th, 2009 2 comments

Recently I was doing a little work for a client who has MyISAM tables with many columns (the same oneĀ Peter wrote about recently). The client’s performance is suffering in part because of the number of columns, which is over 200. The queries are generally pretty simple (sums of columns), but they’re ad-hoc (can access any columns) and it seems tailor-made for a column-oriented database.

Read more…