NewSQL Databases and Scalable In-Memory Analytics
Siddhartha Duggirala Bharat Petroleum Corporation Ltd., Mumbai, India
Abstract
The velocity of the data generation is accelerated and the value associated with it diminishes with time. If not processed in real time businesses have to face lost opportunities with financial implications and sometimes, especially in industrial IoT scenarios, can result in fatal situations.
The question we will be trying to find an answer for is how do we organize scalable stored data with low-latency read and writes and process it in real time? SQL is the industry standard language that stands for Structured Query Language. This is the language used by relational databases to query and manage data. These ...