Re: Database vs Data Structure?
On Thu, 17 Apr 2008 19:30:33 -0700, erikcw wrote:
use some sort of data-structure (maybe
nested dictionaries or a custom class) and store the pickled
data-structure in a single row in the database (then unpickle the data
and query in memory).
Why would you want to do this? I don't see what you would hope to gain by
doing this, over just using a database.
.
Relevant Pages
- Re: dataset Performence Issue
... Microsoft that a DataSet is okay to abuse as a DataBase. ... Managed Code can never be as fast and as optimized ... very good for 90% of the situations i.e. normal memory usage, ... Merge/GetChanges - and oh lets not forget keeping your disconnected cache ... (microsoft.public.dotnet.framework.adonet) - Re: How many companies are buying new AS400s - None.? They are buying new System i5 solutions.
... The original architecture of the System i family was designed and built as a multi-user _database_ system; ... the AS/400 was able to surpass the amount of OLTP work on many other servers; much like the zSeries does -- many technologies that are included beyond just fast spinning drives and high Mhz that get lots of work done. ... The work is divided across jobs that can be pooled in separate subsystems across which memory allocations & restrictions can be applied. ... there are many examples of customers getting very fast query response times with DB2 for i5/OS as compared to other databases. ... (comp.sys.ibm.as400.misc) - Re: Table names in make-table query
... "They are exported on a monthly basis so need to have a new table name for ... Now you can use a query to retrieve any batch of data in the table. ... also uses the database default on how large a text field should be. ... but does eat up memory. ... (microsoft.public.access.tablesdbdesign) - Re: To Normalize or not ??
... The problem is that when you run a split database, ... save a word document (it is in memory, and thus does not get saved). ... ms-access is different then excel or word. ... database server. ... (microsoft.public.access.formscoding) - Re: TimesTen and In Memory Databases.....
... I have been assigned to evaluate the TimesTen in memory database ... Please note I am not a DBA but I do have quite a bit of systems ... This can hurt TimesTen performance (and Oracle ... Right - link Times Ten into your application memory, ... (comp.databases.oracle.server) |
|