Apps Like FastDB & Comparison with Popular Alternatives For Today

FastDB Object-Relational Main-Memory Embedded Database system tightly integrated with C++ language. Created by Konstantin Knizhnik FastDB is a highly efficient main memory database systemwith realtime capabilities and convenient C++ interface.FastDB doesn’t support a client-server architecture and all applicationsusing a FastDB database should run at the same host. FastDB is optimizedfor applications with dominated read access pattern. High speed of queryexecution is provided by the elimination of data transfer overhead anda very effective locking implementation. The Database file is mapped to the virtualmemory space of each application working with the database. So the query is executed inthe context of the application, requiring no context switching and data transfer.Synchronization of concurrent database access is implemented in FastDBby means of atomic instructions, adding almostno overhead to query processing. FastDB assumes that the whole database ispresent in RAM and optimizes the search algorithms and structures according to thisassumption. Moreover, FastDB has no overhead caused by database buffer managementand needs no data transfer between a database file and buffer pool.That is why FastDBwill work significantly faster than a traditional database with all data cachedin buffers pool…. More Info »FastDB supports transactions, online backup and automatic recoveryafter system crash. The transaction commit protocol is based ona shadow root pages algorithm, performing atomic update of the database.Recovery can be done very fast, providinghigh availability for critical applications. Moreover, the eliminationof transaction logs improves the total system performance and leads to a moreeffective usage of system resources.

Find Top 10
FastDB
Alternatives

# Image App Name Features Platforms Price Website Link
1 Apps Like FastDB & Comparison with Popular Alternatives For Today 1 SQLite Mac
Windows
Android
iPhone
Self-Hosted
Linux
Free Website

Posted

in

, , , , , ,

by

Tags: