Category: NewSQL, XML, RDF Data Stores, RDBMS
Q1. Some in the Node.js development community might have been surprised by the announcement of the release of MariaDB Connector/Node.js. People have been connecting Node.js to MariaDB for years –why is this an important...
Posted on December 13, 2018 by Thomas Boyd Some in the Node.js development community might have been surprised by today’s announcement of the release of MariaDB Connector/Node.js. People have been connecting Node.js to MariaDB...
By Raima team. Learn JDBC and create a “Hello World” JDBC database application. This JDBC tutorial can be used for any products that have JDBC drivers, including MySQL, Oracle and Raima’s RDM. Before you Begin...
Learn ADO.NET and create a “Hello World” ADO.NET database application. This ADO.NET tutorial can be used for any products that have ADO.NET drivers, including MySQL, Oracle and Raima’s RDM. Before you Begin There are...
By Vinicius Grippa | August 7, 2018 | Posted originally here. In this blog post, we’ll discuss how to set a replication from MySQL 8.0 to MySQL 5.7. There are some situations that having this configuration might...
by Avinash Vallarapu | August 6, 2018 | Originally Posted here. Implementation of MVCC (Multi-Version Concurrency Control) in PostgreSQL is different and special when compared with other RDBMS. MVCC in PostgreSQL controls which tuples can be visible to...
By Raima | June 12, 2018 IoT devices are gathering massive amounts of data all over the world, every second. These edge applications require a database that is capable of collecting these large volumes...
By Raima | June 12, 2018 What is edge computing? The trend of technology is that it gets smaller and faster as time goes on. The result of this now is that previous “dumb”...
June 21, 2018 BY DAVID FLOWER, VoltDB Recently, I read the McKinsey article “Breaking away: The secrets to scaling analytics.” The article discussed their findings on the importance of analytics to a company’s success. Unsurprisingly,...
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...