Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NoSQL Database for Banking System [closed]

Is this a good decision to use NoSQL database for a banking system rather than RDBMS?

If yes, What are the recommended NoSQL databases for a banking system?

like image 589
Mahmoud Khaled Avatar asked Jan 23 '12 19:01

Mahmoud Khaled


People also ask

Do banks use NoSQL database?

Banking database exampleNon-relational (NoSQL) database technology comes into the market at this point. NoSQL is better than traditional relational databases (SQL) for tasks that need fast access to data from a variety of sources and systems that can adapt to changing market conditions.

Is MongoDB good for banking?

MongoDB's document-based database system “is a really great fit” for banking, Coleman said. A SQL database may capture a series of transactions as a set of rows, one per transaction.

Why NoSQL is not good for transactions?

Most databases in NoSQL do not perform ACID transactions. Modern applications requiring these properties in their final transactions cannot find a good use of NoSQL. It does not use structured query language and are not preferred for structured data.

Which type of database is used in banks?

A distributed database management system give each bank branch his own copy of the latest customer data.


1 Answers

Before answering this question I would like to give an example: GT.M is a NoSQL Database that provide extreme transaction. which is used in the world's largest core banking system, FIS Core Banking system (ranked #1 by inntron)

So theoretically it is feasible to use NoSQL for core banking systems provided that your NoSQL engine supports transactions.

Source: http://www.slideshare.net/fachrybafadal/nosql-technology

like image 184
Muhammad Hassan Nasr Avatar answered Sep 27 '22 22:09

Muhammad Hassan Nasr