0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

データベースの歴史:超初心者向け

Last updated at Posted at 2019-05-14

データベースとは

情報を整理して簡単に取り出せることを目的としたもの

データベースの始まり

第二次世界大戦中に米軍が敵国の情報を整理する為に、データ専用の基地「データベース」を作ったのがきっかけで、「データベース」という言葉ができたらしい。

データベースの4つの進化

1.ネットワーク型

シンプルに言うとタグ付け。
SNSのタグをイメージするとわかりやすい。

問題点
分類分けはできたが、整理するのがとても大変。

2.階層型

名前の通り階層型にデータを整理したもの。
会社組織図などのイメージ。

問題点
綺麗にまとまっているが、まだ使いづらい。

3.リレーショナル型

シンプルにいうとエクセルのようなもの。
既存のデータを変更せずに新しい情報を追加して整理できる。
今現在も主流となっている。

問題点
オンラインゲームのような同時多発的なアクセスに適していない

4.NoSQL

データ構造が(Key-Value Store)の形でとてもシンプル。
個々の情報を同時多発的に高速検索する必要がある場合に適している。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?