Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Distributed database
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Architecture == There are 3 main architecture types for distributed databases: * [[Shared-memory architecture|Shared-memory]]: very rarely used<ref name=":0">{{Cite web |last=Garrod |first=Charlie |date=2023 |title=Lecture #21: Introduction to Distributed Databases |url=https://15445.courses.cs.cmu.edu/spring2023/notes/21-distributed.pdf |access-date=2023-03-12 |website=Carnegie Mellon University - School of Computer Science}}</ref> * [[Shared-disk architecture|Shared-disk]] * [[Shared-nothing architecture|Shared-nothing]] In the shared-memory and shared-disk architectures, the data is not [[Partition (database)|partitioned]], but it has to be in a shared-nothing architecture. Shared-disk architecture is more common for [[Cloud database|cloud databases]] than for on-premise.<ref name=":0" /> Historically, shared-nothing was the first architecture to be implemented on the cloud, before the advent of shared cloud storage made shared-disk possible. In practice, different layers of the database can have different architectures. It is now common to have a compute layer with a shared nothing architecture, and a storage layer with a shared disk architecture. This is for instance the case of [[Snowflake Inc.|Snowflake]]<ref>{{Cite web |last=Kaushik |first=Arun |date=2020-02-14 |title=What Makes Snowflake So Powerful β It's the Hybrid of Shared Disk and Shared Nothing Architecture |url=https://medium.com/@a.kaushik5587/what-makes-snowflake-so-powerful-its-the-hybrid-of-shared-disk-and-shared-nothing-architecture-5b4fa8f039fa |access-date=2024-03-12 |website=Medium |language=en}}</ref> and [[Amazon Aurora|AWS Aurora]].<ref>{{Cite web |last1=Brahmadesam |first1=Murali |last2=Ternstrom |first2=Tobias |date=2019 |title=Amazon Aurora storage demystified: How it all works |url=https://d1.awsstatic.com/events/reinvent/2019/REPEAT_Amazon_Aurora_storage_demystified_How_it_all_works_DAT309-R.pdf |access-date=2024-03-12}}</ref> === List of shared-nothing databases === * [[IBM Db2]] * [[Greenplum]] * [[Netezza]] * [[Teradata]] * [[TiDB]] * [[Vertica]] === List of shared-disk databases === * [[Amazon Aurora|AWS Aurora]] * Neon * [[Snowflake Inc.|Snowflake]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Distributed database
(section)
Add topic