Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Storage

Status
Not open for further replies.

NicoleL

MIS
Sep 17, 2002
1
AU
What are comapnies doing for storage of object-based systems?
 
I don't think I fully understand your question.

If you want to store data within objects, you can use any storage you like (in good encapsulation, usually the class itself decides how thing are stored). If your objects are structured like a sequential database (which I encounter quite often), you can use a sequential database.

However, if you want to make your objects themselves persistent, object databases do exist. They store the data as pointers and structures. While they can handle inheritance and structure differences quite well, they have a disadvantage of lesser recoverability when such a database gets corrupt.

for an example, see

Best regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top