![]() | The topic of this article may not meet Wikipedia's notability guidelines for companies and organizations .(June 2023) |
![]() | |
Industry | Software Database management |
---|---|
Founded | 1988 |
Defunct | 2012 |
Fate | Acquired by Actian (2012 ) |
Headquarters | , USA |
Products | Object Database |
Revenue | ![]() |
Website | www![]() |
Versant Corporation was an American-based software company building specialized NoSQL data management systems. Versant was founded in Menlo Park, California (USA) in 1988. It was headquartered in Redwood City, California.
It was noted in 2005 that the market share for object oriented databases held by Versant was "very small" compared to IBM and Oracle. [2] However, two years earlier, Versant ODBMS and IBM UniData were mentioned side-by-side as "two of the most recent examples of object-oriented database software" in a bestselling database design text. [3]
The company was founded by Dr. Kee Ong in August 1988 as "Object Sciences Corporation". Ong previously worked with the open-source relational database management system Ingres. Around this time object-oriented programming (OO) became popular, and the company used research done at the University of Wisconsin [4] for a commercial database system to complement OO languages. The company's initial executive team included Michael Seashols (CEO), Dr. Kee Ong (CTO), John Hughes (VP, Sales), Dr. Mary Loomis (VP, Services) and Susan Dickerson (VP, Business Development).
In early 1990 the company was renamed “Versant Object Technology.” In April 1993 David Banks took over as CEO. [5] On July 18, 1996 Versant had their initial public offering (IPO) on the NASDAQ stock exchange and traded under the symbol VSNT. [6] The company raised $14.9 million from the IPO, and was based in Menlo Park, California at the time, but moved to Fremont, California in 1997. [6] In January 1998 Nick Ordon succeeded Banks as CEO. [7] on July 15, 1998 the company was renamed again to Versant Corporation. [8]
In the 1990s, Versant went through a period where most of their R&D costs were spent on "maintaining and upgrading existing product releases" across a LARGE number of operating systems and hardware. According to a former VP of engineering, outsourcing this maintenance grind of R&D maintenance to India was the main action that allowed the company to survive the decade. [9]
In March 2004, Versant acquired Poet Software GmbH, a European-focused company targeting the Windows product market which had traded on the Frankfurt Stock Exchange. In 2005, Jochen Witte, president of Poet Software, took over as CEO of Versant Corporation. In August 2005, the common stock had a 1-for-10 reverse stock split. On December 1, 2008 Versant acquired the assets of the database software business of Servo Software, Inc. (formerly named db4objects, Inc.). It developed the open source embedded database technology db4o. [1] [8]
The original implementation of Versant was targeted at C, C++ and Smalltalk users. In 1995 Versant introduced support for the Java programming language and then in 2009 for C# and the .NET platform. In 2012 Versant introduced Versant JPA, a Java Persistence API 2.0 compliant interface for its object database, with a technical preview of an analytics product including Apache Hadoop support.
In late 2012, after rejecting an offer by UNICOM Systems Inc., Versant Corporation announced it was being acquired by Actian Corporation, the commercial developer of Ingres and Vectorwise. The acquisition was promoted using the marketing term big data. [10] It closed in December for an estimated $37 million. [11]
Versant Object Database was renamed Actian NoSQL Database and it's currently used as the metadata store for Avalanche, Actian's cloud data warehouse offering based on VectorH, an MPP version of Vector (formerly known as Vectorwise).
Other than Versant Object Database, Versant marketed two other commercial object-oriented database management systems (OODBMS), Versant JPA and Versant FastObjects, and the open-source database db4o.
NoSQL Database | NoSQL JPA | NoSQL Fast Objects | |
---|---|---|---|
C/C++ | Yes | No | Yes |
Java | No | Yes | Yes |
.NET | No | No | Yes |
Enterprise scalability | Yes | Yes | No |
Embeddable | No | No | Yes |
Minimal administration – no specialized DBA required | Yes | Yes | Yes |
Dual client/server caching architecture – improve performance by balancing resources | Yes | Yes | Yes |
Multicore scalability – get the most value from your hardware | Yes | Yes | No |
No mapping code required – focus on the business problem | Yes | Yes | Yes |
Online schema evolution – update your application without downtime | Yes | Yes | Yes |
The company also developed a product called "enJin", an infrastructure platform to work with other systems as a "transaction accelerator" by supporting decoupling between J2EE applications and data stores which worked as a type of middleware object cache. IBM suggested the use of Versant enJin as an accelerator in the context of IBM WebSphere applications, which themselves were middleware applications. [15] : 3
An object database or object-oriented database is a database management system in which information is represented in the form of objects as used in object-oriented programming. Object databases are different from relational databases which are table-oriented. A third type, object–relational databases, is a hybrid of both approaches.
Structured Query Language (SQL), is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS). It is particularly useful in handling structured data, i.e., data incorporating relations among entities and variables.
Informix is a product family within IBM's Information Management division that is centered on several relational database management system (RDBMS) and Multi-model database offerings. The Informix products were originally developed by Informix Corporation, whose Informix Software subsidiary was acquired by IBM in 2001.
An object–relational database (ORD), or object–relational database management system (ORDBMS), is a database management system (DBMS) similar to a relational database, but with an object-oriented database model: objects, classes and inheritance are directly supported in database schemas and in the query language. In addition, just as with pure relational systems, it supports extension of the data model with custom data types and methods.
Ingres Database is a proprietary SQL relational database management system intended to support large commercial and government applications.
Db2 is a family of data management products, including database servers, developed by IBM. It initially supported the relational model, but was extended to support object–relational features and non-relational structures like JSON and XML. The brand name was originally styled as DB/2, then DB2 until 2017 and finally changed to its present form.
ADO.NET is a data access technology from the Microsoft .NET Framework that provides communication between relational and non-relational systems through a common set of components. ADO.NET is a set of computer software components that programmers can use to access data and data services from a database. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also access data in non-relational data sources. ADO.NET is sometimes considered an evolution of ActiveX Data Objects (ADO) technology, but was changed so extensively that it can be considered an entirely new product.
Apache Derby is a relational database management system (RDBMS) developed by the Apache Software Foundation that can be embedded in Java programs and used for online transaction processing. It has a 3.5 MB disk-space footprint.
Pervasive Software was a company that developed software including database management systems and extract, transform and load tools. Pervasive Data Integrator and Pervasive Data Profiler are integration products, and the Pervasive PSQL relational database management system is its primary data storage product. These embeddable data management products deliver integration between corporate data, third-party applications and custom software.
Jakarta PersistenceAPI is a Jakarta EE application programming interface specification that describes the management of relational data in enterprise Java applications.
OpenJPA is an open source implementation of the Java Persistence API specification. It is an object-relational mapping (ORM) solution for the Java language, which simplifies storing objects in databases. It is open-source software distributed under the Apache License 2.0.
db4o was an embeddable open-source object database for Java and .NET developers. It was developed, commercially licensed and supported by Actian. In October 2014, Actian declined to continue to actively pursue and promote the commercial db4o product offering for new customers.
Actian NoSQL Database is an object database software product initially developed by Versant Corporation and currently owned by Actian.
Actian Zen is an ACID-compliant, Zero-DBA, Embedded, Nano-footprint, Multi-Model, Multi-Platform database management system (DBMS) developed originally by Pervasive Software, which was acquired by Actian Corporation in 2013.
Actian Vector is an SQL relational database management system designed for high performance in analytical database applications. It published record breaking results on the Transaction Processing Performance Council's TPC-H benchmark for database sizes of 100 GB, 300 GB, 1 TB and 3 TB on non-clustered hardware.
Apache Drill is an open-source software framework that supports data-intensive distributed applications for interactive analysis of large-scale datasets. Built chiefly by contributions from developers from MapR, Drill is inspired by Google's Dremel system. Drill is an Apache top-level project. Tom Shiran is the founder of the Apache Drill Project. It was designated an Apache Software Foundation top-level project in December 2016.
SciDB is a column-oriented database management system (DBMS) designed for multidimensional data management and analytics common to scientific, geospatial, financial, and industrial applications. It is developed by Paradigm4 and co-created by Michael Stonebraker.
Actian is an American software company headquartered in Sunnyvale, California that provides analytics-related software, products, and services. The company sells database software and technology, cloud engineered systems, and data integration solutions.