.NET Tips and Tricks

Blog archive

Versant's German Viscuso on OLTP Databases

Recently I reviewed the Versant db4o object database. I used the opportunity to talk to German Viscuso, who manages db4o's developer community, about the database market from the perspective of an object database company. You can read the first part of our interview here.

Peter Vogel: What market is db4o (and related products) competing in? The database market? The object database market? A different one?

German Viscuso: We're competing in the On-Line Transaction Processing (OLTP) database market, which means the transactional (as opposed to non-transactional) data persistence market. This includes object (ODB), relational (RDB) and XML (XMLDB) databases, among others. For Versant's db4o product, it's mainly the embedded OLTP database market, for Versant's V/OD product, it is the large scale, complex, mission critical OLTP application space.

As it so happens, the ODB API has always included an object caching component, so the ODB API bears a remarkable resemblance to some of the recently released caching market products. So, in addition to the OLTP space, the object database is often used as a kind of persistent and query-able application object cache.

PV: What are the toughest challenges facing db4o in the market?

GV: Awareness. There has been a great swell of new products which deliver "partial" object database features: caching, key-value storage, graph analysis [and] schema-less, unstructured content document management. All of these things are delivered capabilities in object databases and we have enterprise 500 companies who have built solutions in each of these spaces on the object database. But there is a lack of awareness in the general software development community.

These types of technologies are extremely difficult to build, taking years to get right. So many who are unaware of object databases (ODBs) have tackled just one particular aspect of a problem and created narrower solutions. So, technology competition isn't really the problem for ODBs; it's the awareness that ODBs are an option. Typically, when someone becomes aware of the ODB as a choice and tries it, it wins. Our challenge is to increase the awareness so we get tried more often.

Another challenge is that there is so much existing data in relational systems. There must be a way of ODBs to play well in the "data eco-system." Service oriented architectures (SOAs) go a long way to solving this problem, because it's the data service that becomes important, not the technology used underneath the service. In SOAs, the choice becomes more about what is most efficient to implement, has highest stability and gives the best performance.

Posted by Peter Vogel on 08/06/2010


comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube