| Thread overview | 
|---|
| June 29, 2009[SO] memory paging with D | ||||
|---|---|---|---|---|
| 
 | ||||
| http://stackoverflow.com/questions/1057219/memory-paging-with-d > I'm using D/Tango for catalog indexing, is there any library to aid with memory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing? | ||||
| June 30, 2009Re: [SO] memory paging with D | ||||
|---|---|---|---|---|
| 
 | ||||
| Posted in reply to BCS | BCS wrote:
> 
> http://stackoverflow.com/questions/1057219/memory-paging-with-d
> 
>> I'm using D/Tango for catalog indexing, is there any library to aid with 
> memory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
> 
> 
Why not using SQLite as memory db ?
 | |||
| July 04, 2009Re: [SO] memory paging with D | ||||
|---|---|---|---|---|
| 
 | ||||
| Posted in reply to BLS | BLS wrote:
> BCS wrote:
>>
>> http://stackoverflow.com/questions/1057219/memory-paging-with-d
>>
>>> I'm using D/Tango for catalog indexing, is there any library to aid with 
>> memory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
>>
>>
> Why not using SQLite as memory db ?
ok, why not ? or is is it beyond to answere ?
 | |||
| July 05, 2009Re: [SO] memory paging with D | ||||
|---|---|---|---|---|
| 
 | ||||
| Posted in reply to BLS | BLS Wrote:
> BLS wrote:
> > BCS wrote:
> >>
> >> http://stackoverflow.com/questions/1057219/memory-paging-with-d
> >>
> >>> I'm using D/Tango for catalog indexing, is there any library to aid with
> >> memory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
> >>
> >>
> > Why not using SQLite as memory db ?
> 
> ok, why not ? or is is it beyond to answere ?
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.
 | |||
Copyright © 1999-2021 by the D Language Foundation
  Permalink
Permalink Reply
Reply