[MonetDB-users] MonetDB papers

Hi, Can someone please point me to the papers which describe the internals of MonetDB? I'm looking to find answers to issues like what are the compression techniques MonetDB uses, does it horizontally partition the tables into segments identified by segment IDs and use join indexes for joins. I have come across these ideas in C-store and I was wondering if MonetDB uses the same ideas or does something different. Thanks. Mayank Mayank Maheshwari mayank@cs.wisc.edu

Hi,
Can someone please point me to the papers which describe the internals of MonetDB? I'm looking to find answers to issues like what are the compression techniques MonetDB uses, does it horizontally partition no, MonetDB does not, MonetDB/X100 does the tables into segments identified by segment IDs and use join
Mayank Maheshwari wrote: tables are memory mapped as is
indexes for joins. I have come across these ideas in C-store and I was join indices are used to speed up foreign key joins wondering if MonetDB uses the same ideas or does something different. MonetDB has hundreds of different decisions in its code. Look at the documentation and the papers.
Aside from the code base itself, here is the list of papers: http://monetdb.cwi.nl/projects/monetdb//Development/Research/Articles/ regards, Martin
Thanks.
Mayank
Mayank Maheshwari mayank@cs.wisc.edu
------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users

Mayank Maheshwari wrote:
Can someone please point me to the papers which describe the internals of MonetDB?
http://monetdb.cwi.nl/projects/monetdb//Development/Research/Articles/ I guess that are all papers. Related to XQuery this is my all time favorite: http://old-www.cwi.nl/htbin/ins1/publications?request=pdf&key=BoMaRi:XIMEP:05 Stefan
participants (3)
-
Martin Kersten
-
Mayank Maheshwari
-
Stefan de Konink