digitalmars.D.learn - [SO] memory paging with D
- BCS (3/4) Jun 29 2009 memory (RAM) paging for a dictionary which is in memory and can go up to...
- BLS (2/10) Jun 29 2009 Why not using SQLite as memory db ?
- BLS (2/12) Jul 04 2009 ok, why not ? or is is it beyond to answere ?
- kar (2/15) Jul 04 2009 1 question, does sqlite 'memory db' support paging (disk cache) if i lim...
- kar (2/12) Jul 01 2009 wouldn't the IO make it slower, there going to be a lot of insert/update...
http://stackoverflow.com/questions/1057219/memory-paging-with-dI'm using D/Tango for catalog indexing, is there any library to aid withmemory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
Jun 29 2009
BCS wrote:http://stackoverflow.com/questions/1057219/memory-paging-with-dWhy not using SQLite as memory db ?I'm using D/Tango for catalog indexing, is there any library to aid withmemory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
Jun 29 2009
BLS wrote:BCS wrote:ok, why not ? or is is it beyond to answere ?http://stackoverflow.com/questions/1057219/memory-paging-with-dWhy not using SQLite as memory db ?I'm using D/Tango for catalog indexing, is there any library to aid withmemory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
Jul 04 2009
BLS Wrote:BLS wrote:1 question, does sqlite 'memory db' support paging (disk cache) if i limit the memory cache to lets say 500mb? because there are lots of lookup/insert/update involve when creating the dictionary.BCS wrote:ok, why not ? or is is it beyond to answere ?http://stackoverflow.com/questions/1057219/memory-paging-with-dWhy not using SQLite as memory db ?I'm using D/Tango for catalog indexing, is there any library to aid withmemory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
Jul 04 2009
BLS Wrote:BCS wrote:wouldn't the IO make it slower, there going to be a lot of insert/update for each word with sqlite.http://stackoverflow.com/questions/1057219/memory-paging-with-dWhy not using SQLite as memory db ?I'm using D/Tango for catalog indexing, is there any library to aid withmemory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
Jul 01 2009