Just what is 'A big database'?

后端 未结 8 1612
独厮守ぢ
独厮守ぢ 2021-01-29 23:35

Ok, dumb question I know but I see the nebulous comment \'a large database\' as well as small and medium and I wonder just what that means. Can someone define what a small, medi

8条回答
  •  佛祖请我去吃肉
    2021-01-29 23:49

    You have to account for hardware advancement for this definition:

    1. Small database: working set fits into the physical RAM of a single commodity server (about 16GB now)

    2. Medium database: fits into a single or several (through RAID) commodity hard drives on a single machine (up to several TBs now)

    3. Large database: Data needs to distributed across multiple commodity servers in order to fit (up to several PBs now.)

提交回复
热议问题