Software:Actian Zen
Developer(s) | Actian Corporation |
---|---|
Stable release | v15 SP2 (15.20)
/ August 15, 2021 |
Operating system | Cross-platform |
Available in | English, Japanese |
Type | DBMS, RDBMS, NoSQL |
License | Shareware |
Website | www |
Actian Zen (formerly Btrieve, later named Pervasive PSQL until version 13) is an ACID-compliant, Zero-DBA, Embedded, Nano-footprint, Multi-Model, Multi-Platform database management system (DBMS)[1] developed originally by Pervasive Software, which was acquired by Actian Corporation in 2013.[2]
It is optimized for embedding in applications[3] and used in several different types of packaged software applications offered by independent software vendors (ISVs) and original equipment manufacturers (OEMs). It is available for software as a service (SaaS) deployment[4] due to a file-based architecture enabling partitioning of data for multitenancy needs.
Applications can store the data and the relationships in tables in a relational model (RDBMS) or store the data in a schema-less way with no fixed data model (key-value store).
Zen runs on system platforms that include Microsoft Windows, Linux, and Mac OS X. Both 32-bit and 64-bit editions of Zen are available. Editions are also specifically designed for different computer networking deployment needs such as workgroup, client-server and highly virtualized environments including Cloud computing.
Uses and customers
Because Zen is used for embedded databases, and sold indirectly, it is not well known.[5] Pervasive Software was acquired by Actian Corporation in 2013.[6] Zen is embedded by OEMs like Sage,[7] maestro* Technologies, ABACUS Research AG (Switzerland), and Unikum (Sweden) in packaged software applications that address the accounting, finance, retail, point-of-sale, entertainment, reservation system, and medical and pharmaceutical industry segments. “Users include Novell, Microsoft, PeachTree Software, Fair Isaac, Disney World, Radio Shack, Cardiff and others.”[8] The accounting industry formed a large part of its market in 2007.[8]
Historically, Zen served as a DBMS for small and medium enterprises.[9]
DBMS architecture
Zen supports stand-alone, client-server, peer-to-peer[10] and software-as-a-service (SaaS)[4] architecture.
The central architecture of Zen consists of two database engines: (1) the storage engine, known as MicroKernel Database Engine (MKDE) and described by Pervasive Software as a transactional database engine and (2) the relational database engine, known as SQL Relational Database Engine (SRDE). Both engines can access the same data, but the methods of data access differ.[11]
Micro Kernel Database Engine
Micro Kernel Database Engine, the transactional database engine, interacts directly with the data and does not require fixed data schema to access the data. It uses key-value store to store and access the data. Calls to the MKDE are made pro grammatically with Btrieve API[10] rather than through the use of a query language; therefore, Zen does not have to parse the request. This places the Micro Kernel Database Engine in the category of NotOnlySQL databases.[12] Low-level API calls and memory caching of data reduce the time required to manipulate data.
The MKDE operates in complete database transactions and guarantees full ACID (Atomicity, Consistency, Isolation, Durability).[1] If a transaction does not fully run its course due to an external event such as a power interruption, the data remains in the state in which it existed before the transaction began to run.
In the MKDE, records are stored in files which are roughly equivalent to the tables of a relational database engine. It supports multiple keys on a record and therefore multiple indexes in the file. The MKDE caches data in memory to facilitate performance. When a call is made to the MKDE, cached data is searched first; physical storage is searched if there is no cache of the data. Configuration settings for caches can be pre-configured by ISVs to optimize Zen performance for their applications.
Relational Database Engine
The second database engine, the SQL Relational Database Engine or SRDE, operates in a manner similar to other relational database engines, that is, through the support of Structured Query Language queries. SRDE parses SQL queries and sends them to the MKDE to run.
The SRDE implements SQL-92.[13] Significant other features include relational integrity, database security, and temporary tables. SRDE extends its functionality by supporting stored procedures, user-defined functions, and triggers.[14]
In addition to its support for SQL-92, the SRDE supports several significant features of COBOL: COBOL data types and COBOL OCCURS and VARIANT records.[10]
Additional features
PSQL provides the following additional features:
- Multi-core processor aware[10]
- IPv4 and IPv6 support[10]
- Row-level locking[15]
- Record and page compression[10]
- Over-the-wire encryption and data encryption[10]
- Cluster environments compatibility[10]
- I18N support,[16] code page (including UTF-8) translation between data files and SQL clients,[10] Unicode support in Btrieve API,[17] Japanese localization[16]
- Data backup agents or enablers with Backup Agent and VSS Writer[10]
- Data auditing with Pervasive AuditMaster[18]
- Data replication with Pervasive DataExchange[19]
Interfaces
Zen interfaces fall into two categories: management interfaces and data manipulation interfaces.
Management interfaces
Actian provides the management interfaces Distributed Tuning Interface (DTI)[10] and Distributed Tuning Objects (DTO), a Component Object Model (COM) adapter pattern (wrapper) for the DTI.[10] These provide application programming interfaces for configuration, monitoring, and diagnostics of Pervasive components. COBOL can also provide component management through a COBOL connector that can talk to DTI.[20]
Application interfaces
All other interfaces[10] exist for data manipulation purposes.
- Btrieve, Java Class Library (JCL), COBOL, and ActiveX provides direct access to the MicroKernel Database Engine (MKDE).
- ADO.NET; ODBC v3.51 and JDBC 2 for Core, Level 1, and Level 2; and OLE DB provide access to the SQL Relational Database Engine (SRDE).
- Pervasive Direct Access Components (PDAC) are a set of Visual Component Library (VCL) components that enable direct access to both MKDE and SRDE for Embarcadero Delphi and C++ Builder environments.
Tools
Actian provides utility software designed to facilitate administration and use of Zen.[10] There are graphical and command line utilities in Windows, Linux, and Mac OS X environments.
Zen Control Center (CC) is the main utility that enables the user to create and manipulate databases and tables, to access servers and clients, to set configuration, properties, and to edit data. Through CC, the user can access a series of other utilities:
- License Administrator utility handles license management activities.
- Notification Viewer utility displays licensing-related messages logged by the PSQL engine.
- Monitor utility checks and displays activities and attributes of both engines, including resource usage, session information, and communication statistics.
- System Analyzer utility tests the connections between the engines and within the network and displays information about system components.
- Maintenance utility enables users to create and edit schema-less files.
- Rebuild utility enables users to convert file formats and rebuild files in its MKDE file format.
- DDF (data definition file) Builder utility enables SQL users to create and modify table schemas for data stored in the MKDE, thus providing relational access to the data.
- Query Plan Viewer enables SQL users to analyze query plans for optimization.
- Function Executor assists developers with development, testing, and debugging by simulating direct API operations into MKDE and providing a view into the schema-less data.
Versions
See Btrieve, beginning with Pervasive.SQL 7.
Editions and licensing
Editions
There are four editions of Zen:
Licensing
There are two different licensing models, user-count licensing and capacity-based licensing.[10]
- In user-count licensing, each product key specifies a licensed user. At any given moment, that many users can be connected to the engine.
- Capacity-based licensing is based on the amount of processing performed by the database engine. It measures data in use and sessions in use. This license model is designed to facilitate Cloud computing and highly virtualized environments.
Both Zen Edge Server and Zen Enterprise Server use a user-count licensing model, while Zen Cloud Server uses capacity-based licensing, and Zen Core is royalty-free for developers.
Limitations
Actian Zen lacks:
- some of the data warehousing, data mining, and reporting services built into database engines such as MySQL and Microsoft SQL Server.[11]
- Unicode support in the RDBMS layer.
- the ability to perform distributed transactions.
- support for database caching unless the application has specifically been designed to take advantage of the Client Caching Engine (very few applications take advantage of this feature), the inbuilt feature of the engine and only supported caching option. Because the engine does not natively support database contention negotiation but relies on the front-end to manage contention issues, it is infrequently implemented. This makes the majority of applications developed with Zen unsuitable on any system where network or host server performance could cause a performance bottleneck.[25]
See also
- Connolly, P.J., “Pervasive Living Up to Its Name at 25”, SD Times, 3/15/2007, http://www.sdtimes.com/content/article.aspx?ArticleID=30319
- DatabaseJournal.com Staff, “Pervasive Expands Linux Database Offering to Support Linux Desktop and Embedded Data Needs” Database Journal, 6/17/2003, http://www.databasejournal.com/news/article.php/2223111
- DatabaseJournal.com Staff, “ Pervasive.SQL Database Updated to Enhance Security of Mission-critical Data” Database Journal, 7/22/2003, http://www.databasejournal.com/news/article.php/2238931
- Domingo, Michael, “Pervasive PSQL Certified for Windows 2008, Adds Linux Support”, Application Development Trends, 3/14/2008, http://adtmag.com/articles/2008/03/14/pervasive-psql-certified-for-windows-2008-adds-linux-support.aspx
- Information Management Editorial Staff, “40 Vendors We’re Watching in 2011”, Information Management, 3/1/2011, http://www.information-management.com/issues/21_2/40-vendors-were-watching-in-2011-10019878-1.html?pg=2
- Kilburn, Will, “Pervasive joins Magic; unveils Linux DBMS”, Application Development Trends, 6/11/2003, http://adtmag.com/articles/2003/06/11/pervasive-joins-magic-unveils-linux-dbms.aspx
- Kilburn, Will, “Pervasive upgrades database security”, Application Development Trends, 7/23/2003, http://adtmag.com/articles/2003/07/23/pervasive-upgrades-database-security.aspx
- Kyle, Jim, Btrieve Complete: A Guide for Developers and System Administrators, Addison-Wesley, 1995
- Marsan, Carolyn Duffy, "Database Firm Reports Rising Demand for IPv6", NETWORKWORLD, May 17, 2010, https://web.archive.org/web/20100523052202/http://www.networkworld.com/news/2010/051710-ipv6-pervasive-software.html
- Monash Research, “Pervasive Summit PSQL v10”, DBMS2, 9/24/2007, http://adtmag.com/articles/2003/07/09/pervasive-gains-advanced-database-search-engine.aspx
- Seeley, Rich, “Pervasive gains advanced database search engine”, Application Development Trends, 7/9/2003, http://adtmag.com/articles/2003/07/09/pervasive-gains-advanced-database-search-engine.aspx
- Seiden, Jeff, “Quotes from Partners Supporting Novell Linux Small Business Suite 9”, Novell, March 20, 2005, http://www.novell.com/news/press/2005/3/pr05024_quotes.html
- Trocino, Richard B., The Illustrated Guide to NetWare Btrieve 6.x, Golden West Products International, 1994
- White, Elizabeth, Armstrong, Bruce, and Remde, Kevin, “Pervasive Software Announces Pervasive PSQL Vx Server 11 for Virtualized Environments”, .NET Developer's Journal, 2/13/2012, http://dotnet.sys-con.com/node/2163895
- Whiting, Rick, "25 Infrastructure Software Vendors You Need to Know", CRN, July 26, 2011, http://www.crn.com/slide-shows/applications-os/231002581/25-infrastructure-software-vendors-you-need-to-know.htm;jsessionid=RjEiTtd9S-SaZB9p8vH9qA**.ecappj01?pgno=18
References
- ↑ 1.0 1.1 Wiejers, Ben (October 2001). "Transactions, Locking and DataFlex". Data Access Worldwide. http://www.dataaccess.com/whitepapers/TransactionsLockingandDataFlex.htm#DFCKPSQL.
- ↑ "Actian Corporation and Pervasive Software Unite to Take Action on Big Data". http://www.actian.com/press/actian-pervasive.
- ↑ Stanley, Nigel; Kaufman, Marcia (2007). "Delivering Embedded Database Solutions for Small and Medium-sized Businesses". Hurwitz and Associates. http://www.pervasivedb.com/SiteCollectionDocuments/WP0907F_Hurwitz.pdf.
- ↑ 4.0 4.1 Bloor, Robin; Jozwiak, Rebecca (December 2011). "Moving to the Cloud with Pervasive PSQL". The Bloor Group. http://www.pervasivedb.com/SiteCollectionDocuments/WP_Bloor_Moving_to_the_Cloud_with_PSQL_Dec2011.pdf.
- ↑ van der Lans, Rick F. (2009). The SQL Guide to Pervasive PSQL. Lulu. pp. 44–45. ISBN 978-0-557-10543-4.
- ↑ "Actian Corporation and Pervasive Software Unite to Take Action on Big Data". http://www.actian.com/press/actian-pervasive.
- ↑ "Manufacturing ERP Software–Sage PFW ERP". Sagepfw.com. http://www.sagepfw.com/products/pervasivesql.aspx.
- ↑ 8.0 8.1 Vaughan, Jack (October 16, 2002). "Pervasive on replication trail". Application Development Trends. http://adtmag.com/articles/2002/10/16/pervasive-on-replication-trail.aspx.
- ↑ "Software provides growth solution for organization databases". ThomasNet News. September 26, 2007. http://news.thomasnet.com/fullstory/Software-provides-growth-solution-for-organization-databases-531641.
- ↑ 10.00 10.01 10.02 10.03 10.04 10.05 10.06 10.07 10.08 10.09 10.10 10.11 10.12 10.13 10.14 "Pervasive Documentation Library: Pervasive PSQL v11 SP2". Pervasive Software. April 2012. http://docs.pervasive.com/products/database/psqlv11/wwhelp/wwhimpl/js/html/wwhelp.htm#href=welcome/libwelcome.html.
- ↑ 11.0 11.1 Lax, Joe (January 23, 2004). "Top-notch Auditing an Impressive Add-on for Pervasive.SQL". DevX.com. http://www.devx.com/dbzone/Article/20006.
- ↑ "LIST OF NOSQL DATABASES". NoSQL. http://nosql-database.org/.
- ↑ Brettski (January 4, 2009). "Methods for interacting with a Pervasive SQL database". stackoverflow. https://stackoverflow.com/questions/405640/methods-for-interacting-with-a-pervasive-sql-database.
- ↑ van der Lans, Rick F. (2009). The SQL Guide to Pervasive PSQL. Lulu. pp. 443–548. ISBN 978-0-557-10543-4.
- ↑ "What file versions does Row Level Locking (RLL) work with in Pervasive.SQL 2000?". Pervasive Software. June 2001. http://www.pervasivedb.com/kb/Pages/00014776.aspx.
- ↑ 16.0 16.1 "Pervasive Software Delivers Pervasive PSQL Summit v10.10 Database". Pervasive Software. June 11, 2008. http://investor.pervasive.com/releasedetail.cfm?releaseid=386715.
- ↑ Durham, Dale (April 23, 2008). "Unicode support?". Pervasive Community Site. http://cs.pervasive.com/forums/p/2901/9926.aspx.
- ↑ "Pervasive Documentation Library: Pervasive AuditMaster". Pervasive Software. April 2012. http://docs.pervasive.com/products/database/auditmaster/640/wwhelp/wwhimpl/js/html/wwhelp.htm#href=AM_Library/libwelcome_am.html.
- ↑ "Pervasive Documentation Library: Pervasive DataExchange". Pervasive Software. April 2012. http://docs.pervasive.com/products/database/dataexchange/300/wwhelp/wwhimpl/js/html/wwhelp.htm#href=uguide/intro.02.2.html.
- ↑ "Pervasive Documentation Library: Pervasive PSQL v10". Pervasive Software. April 2008. http://www.pervasivedb.com/support/Documents/Docs2/Active_Connector_ACUCOBOL-GT_Developer_Guide.pdf.
- ↑ "Archived copy". https://www.actian.com/wp-content/uploads/2020/02/DS55-0320-ZenCoreDatabase.pdf?id=19047.
- ↑ "Archived copy". https://www.actian.com/wp-content/uploads/2020/02/DS48-0320-ZenEdgeDatabase.pdf?id=19049.
- ↑ "Archived copy". https://www.actian.com/wp-content/uploads/2021/05/DS49-0721-ZenEnterpriseDatabase_02.pdf?id=23994.
- ↑ "Archived copy". https://www.actian.com/wp-content/uploads/2020/02/DS57-0320-ZenCloudServer.pdf?id=19043.
- ↑ "Making the Most of the Client Cache Engine". Goldstar Software Inc.. March 7, 2016. http://www.goldstarsoftware.com/papers/MakingTheMostOfTheClientCacheEngine.pdf.
External links
- Official website - product page
- Official website - company site
Original source: https://en.wikipedia.org/wiki/Actian Zen.
Read more |