NewSQL چیست؟
301, MovedPermanently
http://labs.sogeti.com/newsql-whats/ icon

Some NewSQL solutions

NewSQL-db-logosVoltDB  (in-memory database) : http://voltdb.com

ClustrixDB (distributed peer-to-peer SQL database) : http://www.clustrix.com

NuoDB (distributed database management) : http://www.nuodb.com

GenieDB (based on MySQL) : http://www.geniedb.com

ScaleArc (SQL traffic manager ) :  http://www.scalearc.com

ScaleDB (MySQL scalability) : http://scaledb.com

Tokutek/TokuDB (MySQL/MariaDB scallability): http://www.tokutek.com

JustoneDB (built upon PostgreSQL) : http://www.justonedb.com

MemSQL (in-memory database) : http://www.memsql.com   

NewSQL چیست؟
چرا SQL در حال شکست NoSQL است؟
301, MovedPermanently
https://blog.timescale.com/why-sql-beating-nosql-what-this-means-for-future-of-data-time-series-database-348b777b847a?gi=a5f014a31d20 icon

SQL is back. Not just because writing glue code to kludge together NoSQL tools is annoying. Not just because retraining workforces to learn a myriad of new languages is hard. Not just because standards can be a good thing.

But also because the world is filled with data. It surrounds us, binds us. At first, we relied on our human senses and sensory nervous systems to process it. Now our software and hardware systems are also getting smart enough to help us. And as we collect more and more data to make better sense of our world, the complexity of our systems to store, process, analyze, and visualize that data will only continue to grow as well. 

چرا SQL در حال شکست NoSQL است؟
حذف join ها در sql
301, MovedPermanently
https://blog.jooq.org/2017/09/01/join-elimination-an-essential-optimiser-feature-for-advanced-sql-usage/ icon

تفاوت مبرمی که sql با زبان‌های شی گرا ، رویه ای و ... دارد این می‌باشد که یک اکسپرژن را می‌توان با کمک بهبود دهنده ای تبدیل به یک اکسپرژن دیگر کرد و همچنان نتایج یکسانی را دریافت کرد این مسئله برای جوین‌ها در این مقاله برسی شده است.

حذف join ها در sql