Monday, July 10, 2017

Getting Started With Apache Ignite (Part 5)

DZone Database Zone
Getting Started With Apache Ignite (Part 5)

This is the fifth article in this blog series. I will focus this time on the support for a distributed SQL database in Apache® Ignite™.

Distributed SQL Database

Today, SQL is still a very popular language for data definition, data manipulation, and querying in database management systems. Although often associated with relational database systems, it is now used far more widely with many non-relational database systems also supports SQL to varying degrees. Furthermore, there is a huge market for a wide range of SQL-based tools that can provide visualization, reports, and business intelligence. These use standards such as ODBC and JDBC to connect to data sources.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...