An article on Anchor Modeling has been published in the december 2009 issue of the dutch Database Magazine (DB/M), written by Ronald Kunenborg. Their homepage can be found by clicking here.
Author: Lars Rönnbäck
Performance Tests
We have carried out a number of performance tests in order to validate how Anchor Modeling performs in comparison to other techniques. The results can be found in the following files.
SU/KTH Guest Lecture
Anchor Modeling wins the Best Paper of ER’09 award
Out of three nominated papers, our paper on anchor modeling was selected as the best paper of ER’09 in Gramado, Brazil.
Anchor Modeling – An Agile Modeling Technique using the Sixth Normal Form for Structurally and Temporally Evolving Data
By: Olle Regardt, Lars Rönnbäck, Maria Bergholtz, Paul Johannesson, Petia Wohed (Affecto and DSV, SU/KTH, Sweden)
The presentation held at ER’09 is available as a PDF document.
Anchor Modeling ER09 Presentation
In the photo below Lars Rönnbäck can be seen accepting the award.
Accepted to ER’09
We are glad to announce that our paper on Anchor Modeling has been accepted to ER’09. Less than one of five submissions were accepted, putting ER amongst the most selective conferences. Read more about the conference on their homepage by clicking here. The paper can be found on the university blog by clicking here.
Oracle Table Elimination
We have shown that table elimination is used in the Oracle query optimizer, at least since version 10gR2. It is also present in the Express Edition (XE). Both historized and non-historized attributes are eliminated from queries using the latest view, as shown in the proof of concept script found here.
In order to get table elimination to work in Oracle we had to rewrite the SQL-code for the latest view to suit PL/SQL. It should however be semantically equivalent to the Transact-SQL version used in SQL Server. Using AUTOTRACE to run some queries shows that the table elimination is in effect.
On the Sixth Normal Form
We have written a brief paper on how the sixth normal form relates to Anchor Modeling.
Submission to ER’09
We have submitted a paper on Anchor Modeling together with the University of Stockholm and the Royal Institute of Technology to the 28th International Conference on Conceptual Modeling held in Gramado, Brazil on 9-12 november 2009. More information about the conference can be found by clicking here.
The submitted paper can be found here.
Toolkit available (now deprecated)
We have released a toolkit for automating the generation of tables and collapsing views. The toolkit contains an XML Schema specification for anchor models, together with an XML file of an example model, and an XSLT translating the XML into an SQL Server 2005 script. The script sets up all tables with indexes as well as the latest and point-in-time collapsing views. We will continue our work on this “tool” in order to simplify its use.
Please note that this toolkit has been deprecated in favor of the online modeling tool.
KTH/SU Guest Lecture
We held a guest lecture at KTH/SU for the Data Warehousing and Relational Database Modeling classes. The Anchor Modeling technique was presented and contrasted against other types of modeling.