Skip to content

Commit a10ac8d

Browse files
committed
sharding vs partitioning
1 parent 6b5793a commit a10ac8d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ At the beginning, it was the repository with questions from Java interviews. Cur
247247
- [Imperative vs functional vs reactive programming?](architecture.md#imperative-vs-functional-vs-reactive-programming)
248248
- [What is Serverless](architecture.md#what-is-serverless)
249249
- [What is the difference between native code, machine code and assembly code?](architecture.md#what-is-the-difference-between-native-code-machine-code-and-assembly-code)
250+
- [What is the difference between sharding and partitioning for databases?](architecture.md#what-is-the-difference-between-sharding-and-partitioning-for-databases)
250251

251252
## REST
252253
- [What is rest architecture? What are the requirements?](rest.md#what-is-rest-architecture-what-are-the-requirements)

architecture.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Imperative vs functional vs reactive programming?](#imperative-vs-functional-vs-reactive-programming)
44
- [What is Serverless](#what-is-serverless)
55
- [What is the difference between native code, machine code and assembly code?](#what-is-the-difference-between-native-code-machine-code-and-assembly-code)
6+
- [What is the difference between sharding and partitioning for databases?](#what-is-the-difference-between-sharding-and-partitioning-for-databases)
67

78
## What are the differences between monolith and microservices? (Performance/Deployability/Failure impact and etc)
89
###### Relative links:
@@ -28,3 +29,7 @@ Like many trends in software, there’s no one clear view of what Serverless is.
2829
## What is the difference between native code, machine code and assembly code?
2930
###### Relative links:
3031
- https://stackoverflow.com/questions/3434202/what-is-the-difference-between-native-code-machine-code-and-assembly-code
32+
33+
## What is the difference between sharding and partitioning for databases?
34+
###### Relative links:
35+
- https://hazelcast.com/glossary/sharding/

0 commit comments

Comments
 (0)