DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > Say What? RDBMSs are Not Legacy Technology

Say What? RDBMSs are Not Legacy Technology

Lisa Schultz user avatar by
Lisa Schultz
·
Nov. 25, 14 · Java Zone · Interview
Like (0)
Save
Tweet
5.02K Views

Join the DZone community and get the full member experience.

Join For Free

Originally Written by Dave Anselmi

In America, we pride ourselves on our freedom of speech. So, people certainly can say whatever they like.

But recently, a whopper of a tale came to us through the grapevine: Someone’s been saying that relational database management systems (RDBMSs) are “legacy technology”. We wholeheartedly disagree, so we’re taking the time to exercise our first amendment rights as well, chiming in on the topic.

For starters, the word “legacy” implies something that’s outdated. But there’s a great reason why 79 percent of businesses using a cloud database are using a RDBMS that’s SQL-based: These kinds of databases ensure atomicity, consistency, isolation and durability (ACID) during every transaction. ACID compliance guarantees that all e-commerce transactions are completed correctly and quickly, which are traits that never get old.

While NoSQL databases can be used to handle read-heavy workloads and unstructured data, they certainly have significant limitations. Providing guaranteed ACID transactions—let alone joins—with NoSQL is a non-starter: These two functionalities are not guaranteed by the new and unproven database management system. Neither is referential integrity, nor anything else really critical to financial transactions.

When you use a scale-out SQL RDBMS-based cloud database, on the other hand, you can think of its technology as sort of a stern ‘governess’ that oversees operations to make sure everything’s working as it should. The governess rarely smiles, but she always treats everyone fairly.

With the governess in place, when users click “buy,” inventory is automatically decremented, as is the available-to-purchase number; invoices are created; order numbers assigned; and receipts sent to customers. In order to allow any of these things to happen, though, all of them need to happen. Ensuring the validity of this kind of multiphase commit, the RDBMS ‘governess’ makes the application developer’s job much easier, and more-importantly, ACID-compliant.

Now if you take the governess away, the coder has to keep track of all of these happenings instead. This increases the chance of something slipping through the cracks.

There’s a reason all e-commerce sites run on SQL-based databases: You need ACID compliance for e-commerce.

When it comes to your e-commerce site, don’t be forced into a false choice. Get everything you need with ClustrixDB.

 

Relational database

Published at DZone with permission of Lisa Schultz, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • How to Upload/Download a File To and From the Server
  • Enough Already With ‘Event Streaming’
  • Choosing Between REST and GraphQL
  • JUnit 5 Tutorial: Nice and Easy [Video]

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo