What is the differrent between grid computing and distributed computing?


The difference between Grid Computing and Distributed Computing is that:

  • Grid Computing uses different machines with different resource managers (on each own) running for a same project. 
  • Distributed Computing uses different machines (nodes) running with a centralized resource manager for a project



Reference: The answer from 
https://www.researchgate.net/post/What_is_the_difference_between_grid_computing_systems_and_distributed_systems
More details see http://www.jatit.org/distributed-computing/grid-vs-distributed.htm

Example of Grid Computing database
  • Oracle 10g

Reference:
https://www.oracle.com/technetwork/database/bi-datawarehousing/twp-parallel-execution-fundamentals-133639.pdf

Learning Oracle Parallel Processing
https://www.oreilly.com/library/view/oracle-parallel-processing/156592701X/ch04.html
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/vldbg/parallel-exec-intro.html

Example of Distributed Database
  • RxDB
  • ReThink
  • Apache Cassandra
  • ConcourseDB

Reference
https://www.slant.co/topics/3197/~best-nosql-distributed-databases



Comments

Popular posts from this blog

2>&1 in command means??

MySQL Function: Thai months to String

Ruby on Rails with PosgreSQL : Basic tutorial