|
|
Subject:
Information storage
Category: Computers Asked by: jlnovais-ga List Price: $20.00 |
Posted:
25 Apr 2006 11:33 PDT
Expires: 11 Jun 2006 07:49 PDT Question ID: 722690 |
|
There is no answer at this time. |
|
Subject:
Re: Information storage
From: redfoxjumps-ga on 26 Apr 2006 00:37 PDT |
Are you still trying to come up with a topic for a masters thesis? If you do have a topic can you explain it in general terms? |
Subject:
Re: Information storage
From: frde-ga on 26 Apr 2006 07:15 PDT |
A 'relational database' is just a multiplely indexed random access file (or files) XML is a way of describing data and data relationships in a text based format, it is highly unlikely that any serious transactional application would really use a text based XML file. Realistically XML is a data interchange format. Data storage is just files and indexes. It is just fine storing small records in an XML-ish format, because scanning the small chunks of data is quicker than using an index - but if you have 1,000,000 XML sub records, an index is essential |
Subject:
Re: Information storage
From: pooranprasad-ga on 15 May 2006 02:39 PDT |
I would recommend you following links http://www.io.com/~jimm/writing/alternate_storage.html XML is picking up as a datastore for anything less than a 100MB of data. Prefer XML than flatfiles as it is out of fasion. http://ismb01.cbs.dtu.dk/pdf/prop08.pdf http://discuss.fogcreek.com/joelonsoftware/default.asp?cmd=show&ixPost=99830 http://www.databasejournal.com/news/article.php/3286131 If the application For anything above 1GB of data, better look for RDBMS like SQL Server of Oracle. Though both are better even under tera byte databases, look for options on DB2. |
Subject:
Re: Information storage
From: webadept-ga on 17 May 2006 19:50 PDT |
Hi, You said --"Based in my professional experience I know that xml and relational databases are the most common ways to store information and because of this I already have academic licences of Tamino (XML native database) and oracle and started to do some experiments." I'm not sure what your professional experience is, and it is probably more intensive than mine, but I would venture that the "most common" way of storing "information" is in unrelated text document files, and spread sheets. Not in databases. Unless you are counting email files as databases. The only information stored in relational (or otherwise) databases is processed information and referance documentation. While the amount of dynamic websites on the internet probably narrows the field quite a bit (most blogs, news services, and forums run on MySQL and the like), still I would venture that information stored on computers is in office documents. For example, what are you putting the information and research for your thesis in? A relational database? I would guess that most of it is in a word document somewhere. Just my two cents. I hope it helps, and good luck! |
Subject:
Re: Information storage
From: jlnovais-ga on 22 May 2006 15:59 PDT |
Hi, Thank you for the comments. They are all interesting and very useful. Thank you. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |