how efficient is retriving objects from file
i have small chunks of data which i have stored that as objects in a hashtable
in a file.i am retriving the objects and getting the data.is it better to
store this small chunks of data in the table.i dont need any security or
transaction management.please give me u r suggestions on this.
Re: how efficient is retriving objects from file
Is it better than what alternative?
"mohan" <krishnamohan@semanticspace.com> wrote in message
news:3ac319fa$1@news.devx.com...
>
> i have small chunks of data which i have stored that as objects in a
hashtable
> in a file.i am retriving the objects and getting the data.is it better to
> store this small chunks of data in the table.i dont need any security or
> transaction management.please give me u r suggestions on this.