Archive

Posts Tagged ‘Graph’

Facebook Fixing Security Bug Which Exposes User Photos And Names

August 12th, 2010 No comments

Facebook Fixing Security Bug Which Exposes User Photos And Names: ” Read more…

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

September 30th, 2009 5 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…