Storage Systems

A storage system is a generic term to describe an external service that store data for a longer time than the current PHP request.

Storage systems may be RDBMS (SQL servers), key-value stores, noSQL server, file system, memory caching system, etc.

Related : RDBMS, Key-value Stores