Category: Vendors – Blog Posts

Raima Database Manager (RDM) vs. SQLite: Performance Comparison Example

The majority of today’s operating system and hardware support multithreading. SQLite does not take advantage of this opportunity because of the design in SQLite. When there are many concurrent writes to a SQLite database, application users experience a significant reduction in speed and the application may not meet the users performance...

On MariaDB. Q&A with David Thompson.

Q1. What are the main lessons you have learned in your career in the development and scaling out data driven applications? The biggest thing I’ve learned is the importance of starting small, focusing on...