Hi Fabrice, > I am a curious man,
…a good thing ;) > Is the Pending Update List bypassed in some way when using addcache ? If addcache is set, the nodes to be added will be written to a temporary database on disk. This way you can circumvent the main memory limitations, but it takes a bit longer (this is is why it’s an optional feature). Cheers, Christian > -----Message d'origine----- > De : [email protected] > [mailto:[email protected]] De la part de Giuseppe > Celano > Envoyé : lundi 23 avril 2018 16:53 > À : Christian Grün > Cc : BaseX > Objet : Re: [basex-talk] database creation baseX.8.6.7 > > Yes, with "addcache" it works! Thanks to both of you. > > >> On Apr 23, 2018, at 3:56 PM, Christian Grün <[email protected]> >> wrote: >> >> Hi Giuseppe, >> >> Apart rom Fabrice’s helpful hints, you could try to enable the >> ADDCACHE option [1]. >> >> Cheers, >> Christian >> >> [1] http://docs.basex.org/wiki/Database_Module#db:create >> >> On Mon, Apr 23, 2018 at 3:03 PM, Giuseppe Celano >> <[email protected]> wrote: >>> Hi All, >>> >>> I can create a database via the GUI, but if I use db:create [1] I get the >>> message "out of main memory": why? Thanks! >>> >>> db:create("myDB", >>> "sourceDirectory", >>> "destinationDirectory", >>> map{"ftindex": true(), "language": false()} >>> ) >>> >>> Best, >>> Giuseppe >>> >> >

