Tag info for store is:
A store is a data repository of a set of integrated objects. These objects are modeled using classes defined in database schemas. Data store includes not only data repositories like databases, it is a more general concept that includes also flat files that can store data.
Whereas, info for datastore is:
A datastore is a generic term for a system which stores data. The term datastore includes RDBMS systems, NoSQL systems, memory based systems, flat files, spreadsheets to name just some examples. A given datastore may provide a rich toolset for storing and retrieving data (RDBMS)
Both look similar to me. Also store seems ambiguous as there are app-store, mac-app-store, blobstore and others.
Variety of questions are tagged under store, such as
- Store image in variable, echo later
- fastest way to store data from sensors in java
- iphone app submission for iOS 6.0
Should store be made a synonym of datastore? I guess not without manually retagging all questions. What is your take on this tag?