Last active
February 11, 2020 05:37
-
-
Save armanhakimsagar/c8883379b2d9c599559f3dbc8240fe6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
save document as json format. | |
used for create own serach system or analysce data. | |
also used in cluster database system. | |
* type here is table | |
* index called here is database | |
* document here is row | |
* shard - divide data into many partition. It can be divide into many server. | |
concept of cluster database. shard divide data autometaclly when node add. | |
Must be in same network. | |
* node - where shard are hosted. hosting server. | |
* replica - copy of shard. If shard failed replica will response. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment