May 24, 2012

Post: Analyzing air traffic performance with InfoBright and MonetDB

… a bit more trickier, as for InfoBright and MonetDB you need different query: MonetDB: WITH t AS (SELECT carrier, count(*) AS c…, 219 ] And with execution time 27.9s MonetDB and 8.59s InfoBright. It seems MonetDB does not like scanning wide range of… worrying. Addressing these issues I think MonetDB may have commercial success Worth to note that MonetDB supports all INSERT / UPDATE / DELETE statements…

Post: Quick comparison of MyISAM, Infobright, and MonetDB

… how fast MyISAM vs. MonetDB would interpret really large INSERT statements, the kind produced by mysqldump. But MonetDB choked and told me…; it seemed pretty normal to a MySQL guy. Notes on MonetDB MonetDB was a bit different. I had to be a bit…: you can, should you choose to, give it instructions in MonetDB Assembly Language (MAL), the underlying language. An abstracted front-end…

Post: Air traffic queries in LucidDB

… my first post Analyzing air traffic performance with InfoBright and MonetDB where I was not able to finish task with LucidDB….”ontime”; 1 row selected (55.165 seconds) Both InfoBright and MonetDB returned result immediately. It seems LucidDB has to scan whole…”=t2.”Year”); LucidDB: 106.374 seconds InfoBright: 8.59 sec MonetDB: 27.9 sec – Q8: SELECT “DestCityName”, COUNT( DISTINCT “OriginCityName”) FROM…

Post: Star Schema Bechmark: InfoBright, InfiniDB and LucidDB

… run queries against InfoBright, InfiniDB, LucidDB and MonetDB. I did not get results for MonetDB, will explain later why. Again primary goal… I could not get results for MonetDB, there I faced issue I was not prepared for. MonetDB requires that index fits into… after load: InfoBright: 112G LucidDB: 120GB (without indexes) InfiniDB: 626GB MonetDB: 650GB (without indexes) Queries time Now on queries time. Full…

Comment: Star Schema Bechmark: InfoBright, InfiniDB and LucidDB

… moving (database) temporary workspace (/tmp space?) to the swap partition. – MonetDB enforces the integrity constraints over the SSB ! This is necessity for all systems to check after loading. In MonetDB this involves an expensive join, which unfortunately is currently a… constraints holds. With the quickly growing community of people using MonetDB for larger databases, we have addressed several of the issues…

Comment: Analyzing air traffic performance with InfoBright and MonetDB

… is locally 3 x faster then the release you used) – MonetDB does not rely heavily on value compression (the X100 project… of VectorWise/Ingres does) MonetDB does, however, use the minimal data types required to store information. – MonetDB automatically builds a dictionary system… would appreciate those for inspection. – same for Q9. Note that MonetDB does not create any a priory (persistent) index, sorting or…

Comment: Analyzing air traffic performance with InfoBright and MonetDB

…-time (10-15 sec) queries on 1B+ row tables. InfoBright, MonetDB, InfiniDB are in my short lists. Having read your article… for query optimization inside both MonetDB and Infobright. For example, this query takes 7.9 sec for MonetDB and 12 sec for…, can you forward my e-mail address and question to MonetDB and Infobright guys? This is query: SELECT T.C FROM…

Post: Air traffic queries in MyISAM and Tokutek (TokuDB)

… post in series Analyzing air traffic performance with InfoBright and MonetDB Air traffic queries in LucidDB Air traffic queries in InfiniDB… smart in picking best one. The really nice thing about MonetDB, InfoBright, InfiniDB is that they do not need indexes, so…/2009/10/02/analyzing-air-traffic-performance-with-infobright-and-monetdb/, and queries I posted on sheet “Queries” in my summary…

Comment: Analyzing air traffic performance with InfoBright and MonetDB

… not have indexes like InfoBright.” MonetDB does have indexes, but in contrast to most other engines, MonetDB creates and destroys them itself… tune is better” approach that MonetDB takes. I’m still trying to understand here why “MonetDB does not like to scan many…

Comment: TPC-H Run on MySQL 5.1 and 6.0

… problem (Kickfire), others exploit different ways of software layering (Vertica, MonetDB). From an software architecture point of view understanding the pro… not stand out against the fullscale (OLTP +DW) version of MonetDB. Any reference to independent and public available numbers, albeit non… the good work on database kernels Martin ps http://monetdb.cwi.nl/projects/monetdb//SQL/Benchmark/TPCH/ for an indication. Numbers are…