Skip to main content

Showing 1–13 of 13 results for author: Laux, F

.
  1. arXiv:2407.09566  [pdf

    cs.DB

    Implementing the draft Graph Query Language Standard

    Authors: Malcolm Crowe, Fritz Laux

    Abstract: The International Standards Organization (ISO) is developing a new standard for Graph Query Language, with a particular focus on graph patterns with repeating paths. The Linked Database Benchmark Council (LDBC) has developed benchmarks to test proposed implementations. Their Financial Benchmark includes a novel requirement for truncation of results. This paper presents an open-source implementatio… ▽ More

    Submitted 6 July, 2024; originally announced July 2024.

    Comments: 5 pages, 4 figures

    Report number: 2024_1_60_50042 ACM Class: H.1; H.3

    Journal ref: IARIA, 2024. ISBN: 978-1-68558-138-1

  2. arXiv:2407.06228  [pdf

    cs.DB

    Implementing the Typed Graph Data Model Using Relational Database Technology

    Authors: Malcolm Crowe, Fritz Laux

    Abstract: Recent standardization work for database languages has reflected the growing use of typed graph models (TGM) in application development. Such data models are frequently only used early in the design process, and not reflected directly in underlying physical database. In previous work, we have added support to a relational database management system (RDBMS) with role-based structures to ensure that… ▽ More

    Submitted 6 July, 2024; originally announced July 2024.

    Comments: 12 pages, 8 figures, 2 tables. arXiv admin note: text overlap with arXiv:2303.12376

    Report number: v16_n34_2023_6 ACM Class: H.1; H.2; H.3

    Journal ref: IARIA, 2023, ISSN: 1942-2628

  3. arXiv:2407.05096  [pdf

    cs.DB

    Database Technology Evolution III: Knowledge Graphs and Linked Data

    Authors: Malcolm Crowe, Fritz Laux

    Abstract: This paper reviews the changes for database technology represented by the current development of the draft international standard ISO 39075 (Database Languages - GQL), which seeks a unified specification for property graphs and knowledge graphs. This paper examines these current developments as part of our review of the evolution of database technology, and their relation to the longer-term goal o… ▽ More

    Submitted 6 July, 2024; originally announced July 2024.

    Comments: 10 pages, 2 figures

    Report number: 2024_2_130_50061 ACM Class: H.1; H.3

    Journal ref: IARIA, 2024, ISBN: 978-1-68558-180-0

  4. arXiv:2308.09121  [pdf, other

    cs.DB

    O$|$R$|$P$|$E -- A Data Semantics Driven Concurrency Control

    Authors: Tim Lessner, Fritz Laux, Thomas M Connolly

    Abstract: This paper presents a concurrency control mechanism that does not follow a 'one concurrency control mechanism fits all needs' strategy. With the presented mechanism a transaction runs under several concurrency control mechanisms and the appropriate one is chosen based on the accessed data. For this purpose, the data is divided into four classes based on its access type and usage (semantics). Class… ▽ More

    Submitted 17 August, 2023; originally announced August 2023.

    Comments: 20 pages, 7 tables, 15 figures

    Report number: ISSN: 1942-2628

    Journal ref: International Journal On Advances in Software, volume 9, numbers 1 and 2, 2016

  5. SQL Access Patterns for Optimistic Concurrency Control

    Authors: Fritz Laux, Martti Laiho

    Abstract: Transaction processing is of growing importance for mobile and web applications. Booking tickets, flight reservation, e-Banking, e-Payment, and booking holiday arrangements are just a few examples. Due to temporarily disconnected situations the synchronization and consistent transaction processing are key issues. To avoid difficulties with blocked transactions or communication loss several authors… ▽ More

    Submitted 17 August, 2023; originally announced August 2023.

    Comments: 5 pages, 1 figure

    Journal ref: 2009 Computation World: Future Computing, Service Computation, Cognitive, Adaptive, Content, Patterns

  6. arXiv:2303.12376  [pdf

    cs.DB

    Graph Data Models and Relational Database Technology

    Authors: Malcolm Crowe, Fritz Laux

    Abstract: Recent work on database application development platforms has sought to include a declarative formulation of a conceptual data model in the application code, using annotations or attributes. Some recent work has used metadata to include the details of such formulations in the physical database, and this approach brings significant advantages in that the model can be enforced across a range of appl… ▽ More

    Submitted 22 March, 2023; originally announced March 2023.

    Comments: 5 pages, 1 figure

    Journal ref: DBKDA 2023 : The Fifteenth International Conference on Advances in Databases, Knowledge, and Data Applications

  7. arXiv:2303.11748  [pdf

    cs.DB

    Database Technology Evolution

    Authors: Malcolm Crowe, Fritz Laux

    Abstract: This paper reviews suggestions for changes to database technology coming from the work of many researchers, particularly those working with evolving big data. We discuss new approaches to remote data access and standards that better provide for durability and auditability in settings including business and scientific computing. We propose ways in which the language standards could evolve, with pro… ▽ More

    Submitted 21 March, 2023; originally announced March 2023.

    Comments: 11 pages, 2 figures

    Journal ref: International Journal On Advances in Software, volume 15, numbers 3 and 4, 2022

  8. arXiv:2110.03028  [pdf

    cs.DB

    Reconsidering Optimistic Algorithms for Relational DBMS

    Authors: Malcolm Crowe, Fritz Laux

    Abstract: At DBKDA 2019, we demonstrated that StrongDBMS with simple but rigorous optimistic algorithms, provides better performance in situations of high concurrency than major commercial database management systems (DBMS). The demonstration was convincing but the reasons for its success were not fully analysed. There is a brief account of the results below. In this short contribution, we wish to discuss t… ▽ More

    Submitted 6 October, 2021; originally announced October 2021.

    Comments: 4 pages, 3 figures, conference paper

    Report number: DBKDA 2020, ISSN: 2308-4332, ISBN: 978-1-61208-790-0

  9. arXiv:2110.02026  [pdf, other

    cs.DB

    Data Validation for Big Live Data

    Authors: Malcolm Crowe, Carolyn Begg, Fritz Laux, Martti Laiho

    Abstract: Data Integration of heterogeneous data sources relies either on periodically transferring large amounts of data to a physical Data Warehouse or retrieving data from the sources on request only. The latter results in the creation of what is referred to as a virtual Data Warehouse, which is preferable when the use of the latest data is paramount. However, the downside is that it adds network traffic… ▽ More

    Submitted 5 October, 2021; originally announced October 2021.

    Comments: 8 pages, 3 figures. conference paper

    Journal ref: DBKDA 2017, ISSN: 2308-4332, ISBN: 978-1-61208-558-6

  10. arXiv:2110.02021  [pdf, other

    cs.DB

    The Typed Graph Model -- a Supermodel for Model Management and Data Integration

    Authors: Fritz Laux

    Abstract: In recent years, the Graph Model has become increasingly popular, especially in the application domain of social networks. The model has been semantically augmented with properties and labels attached to the graph elements. It is difficult to ensure data quality for the properties and the data structure because the model does not need a schema. In this paper, we propose a schema bound Typed Graph… ▽ More

    Submitted 6 December, 2021; v1 submitted 5 October, 2021; originally announced October 2021.

    Comments: 12 pages, 12 figures, 1 tables, journal paper. arXiv admin note: substantial text overlap with arXiv:2110.00991

    Journal ref: International Journal On Advances in Software, volume 14, numbers 1 and 2, 2021

  11. arXiv:2110.00991  [pdf, other

    cs.DB

    The Typed Graph Model

    Authors: Fritz Laux

    Abstract: In recent years, the Graph Model has become increasingly popular, especially in the application domain of social networks. The model has been semantically augmented with properties and labels attached to the graph elements. It is difficult to ensure data quality for the properties and the data structure because the model does not need a schema. In this paper, we propose a schema bound Typed Graph… ▽ More

    Submitted 3 October, 2021; originally announced October 2021.

    Comments: 7 pages, 7 figures, Conference paper

    Journal ref: 2020, ISSN: 2308-4332

  12. arXiv:2107.09592  [pdf, other

    cs.DB

    Information Integration using the Typed Graph Model

    Authors: Fritz Laux, Malcolm Crowe

    Abstract: Schema and data integration have been a challenge for more than 40 years. While data warehouse technologies are quite a success story, there is still a lack of information integration methods, especially if the data sources are based on different data models or do not have a schema. Enterprise Information Integration has to deal with heterogeneous data sources and requires up-to-date high-quality… ▽ More

    Submitted 20 July, 2021; originally announced July 2021.

    Comments: 8 pages, 8 figures, DBKDA 2021

  13. arXiv:1606.01525  [pdf, other

    physics.atom-ph physics.acc-ph physics.atm-clus physics.chem-ph

    The Cryogenic Storage Ring CSR

    Authors: Robert von Hahn, Arno Becker, Felix Berg, Klaus Blaum, Christian Breitenfeldt, Hisham Fadil, Florian Fellenberger, Michael Froese, Sebastian George, Jürgen Göck, Manfred Grieser, Florian Grussie, Elisabeth A. Guerin, Oded Heber, Philipp Herwig, Jonas Karthein, Claude Krantz, Holger Kreckel, Michael Lange, Felix Laux, Svenja Lohmann, Sebastian Menk, Christian Meyer, Preeti M. Mishra, Oldřich Novotný , et al. (19 additional authors not shown)

    Abstract: An electrostatic cryogenic storage ring, CSR, for beams of anions and cations with up to 300 keV kinetic energy per unit charge has been designed, constructed and put into operation. With a circumference of 35 m, the ion-beam vacuum chambers and all beam optics are in a cryostat and cooled by a closed-cycle liquid helium system. At temperatures as low as (5.5 $\pm$ 1) K inside the ring, storage ti… ▽ More

    Submitted 5 June, 2016; originally announced June 2016.

    Comments: PDFLaTeX with 17 pages, 16 figures, 2 tables. This article has been accepted by Review of Scientific Instruments. After it is published, it will be found at http://scitation.aip.org/content/aip/journal/rsi