<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><table cellspacing="0" cellpadding="0" style="margin: 0.0px 0.0px 5.0px 0.0px; padding: 2.0px 5.0px 2.0px 5.0px"> <tbody> <tr> <td valign="middle" style="width: 914.0px; background-color: #e8f2f8; margin: 0.5px 0.5px 0.5px 0.5px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #c1c1c1 #434343 #434343 #c1c1c1; padding: 0.0px 2.0px 0.0px 2.0px"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 15px; "><font face="Verdana" size="3" color="#001e58" style="font: 12.0px Verdana; color: #001e58"><b>CALL FOR SUBMISSIONS EDBT/ICDT 2011 - Workshop: “Novel Data Management for High Scalability”</b></font></div> </td> </tr> </tbody> </table> <table cellspacing="0" cellpadding="0" style="margin: 0.0px 0.0px 5.0px 0.0px; padding: 2.0px 5.0px 2.0px 5.0px"> <tbody> <tr> <td valign="top" style="width: 916.0px; margin: 0.5px 0.5px 0.5px 0.5px; padding: 0.0px 2.0px 0.0px 2.0px"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Verdana" size="3" style="font: 12.0px Verdana">-----------------------------------------------------</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Verdana" size="3" style="font: 12.0px Verdana">CALL FOR SUBMISSIONS</font></div></td></tr></tbody></table><table cellspacing="0" cellpadding="0" style="margin: 0.0px 0.0px 5.0px 0.0px; padding: 2.0px 5.0px 2.0px 5.0px"><tbody><tr><td valign="top" style="width: 916.0px; margin: 0.5px 0.5px 0.5px 0.5px; padding: 0.0px 2.0px 0.0px 2.0px"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; color: rgb(0, 51, 103); min-height: 15px; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); ">EDBT/ICDT 2011 Workshop.</span><a href="http://edbticdt2011.it.uu.se/"></a></div><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">"Novel Data Management for High Scalability." (NDM 2011)</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">-------------------------------------------------------</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Date: March 25, 2010<br> Duration: 1 Day.<br> Location: UPPSALA UNIVERSITY, Department of Information<br> Technology, Sweden.</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Link to EDBT 2011: <a href="http://edbticdt2011.it.uu.se/"><font color="#003367" style="color: #003367"><u>http://edbticdt2011.it.uu.se/</u></font></a></font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Program committee:<br> - Prof. Divy Agrawal,University of California at Santa Barbara, USA<br> - Dr. Rick Cattell, Consultant, USA<br> - Prof. Theo Härder, TU Kaiserslautern, Germany<br> - Prof. Roberto V. Zicari, Goethe University Frankfurt, Germany (Chair)</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Call for Workshop Papers</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Traditionally, the obvious platform for most database<br> applications has been a relational DBMS. With some exceptions:<br> for example, specialized parallel relational DBMS are used when<br> high throughput for "data warehousing" are required, or object<br> database systems are used when applications have unusual<br> functionality or performance requirements, e.g. for in-memory<br> caching or fast relationship traversal. However, an RDBMS like<br> Oracle or MySQL has usually been the answer. This has changed<br> somewhat recently. There is now recognition in database research<br> that "one size does not fit all".<br> There has been recently a proliferation of such "new data<br> stores", such as Key-Value Stores, Document Stores, and<br> Extensible Record Stores.<br> In the Web 2.0 industry, many companies have abandoned<br> traditional RDBMSs for so-called "NoSQL" data stores that provide<br> much higher scalability, or they have built a distributed caching<br> layer on top of RDBMSs. More scalable RDBMSs are also coming to market.</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">How do these systems compare with Relational Databases, and<br> Object Databases?</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">The new data stores are intentionally designed to scale. more<br> importantly, these new stores aren't fully ACID, in the<br> traditional sense of the term.</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">The workshop seeks novel research and industry contributions in<br> the areas of:<br> - Design and implementation of new data stores,<br> - Comparison of new data stores with Relational Databases,<br> or Object Databases,<br> - Eventual consistency,<br> - Scalability,<br> - No single points of failure,<br> - Built-in support for consensus-based decisions,<br> - Partitioning / replication as basic primitives,<br> - Database benchmarks,<br> - Use cases of novel data management for huge volume of data/data<br> streams.</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Workshop proceedings publication:<br> All accepted papers for the workshop will be published in<br> ODBMS.ORG (<a href="http://www.odbms.org/"><font color="#003367" style="color: #003367"><u>www.odbms.org</u></font></a>).</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Submissions:<br> Submissions should be provided electronically, in PDF using the <a href="http://www.easychair.org/conferences/?conf=ndm2011"><font color="#003367" style="color: #003367"><u>online </u><br> <u>sumission system</u></font></a>. Paper submissions must not exceed 8 pages (A4, single <br> space, two column format with 1" margins using a 10 pt or larger font).</font></p><p style="margin: 0.0px 0.0px 12.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Important Dates:</font></p> <ul> <li style="margin: 0.0px 0.0px 12.0px 0.0px; line-height: 15.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Deadline for paper submission: January 25, 2011</font></li> <li style="margin: 0.0px 0.0px 12.0px 0.0px; line-height: 15.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Acceptance Notification: February 20, 2011</font></li> <li style="margin: 0.0px 0.0px 12.0px 0.0px; line-height: 15.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">Submission of final version: February 27, 2011 </font></li> <li style="margin: 0.0px 0.0px 12.0px 0.0px; line-height: 15.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana">NDM Workshop: March 25, 2011</font></li> </ul> </td> </tr> </tbody> </table><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Verdana" size="3" style="font: 12.0px Verdana"> </font></p></body></html>