[erlang-questions] Unable to start mnesia DB.

Karolis Petrauskas k.petrauskas@REDACTED
Sun Jul 14 21:59:38 CEST 2013


Hi,

    Thanks for your response. I have 1 secondary index in the entire
DB. I will try to load the DB with the index dropped.

Karolis

On Fri, Jul 12, 2013 at 10:12 AM, Ignas Vyšniauskas <baliulia@REDACTED> wrote:
> On 07/09/2013 07:16 PM, Karolis Petrauskas wrote:
>> After the DB become available, I stopped the node by invoking
>> init:stop(). Then I repeated the test. It is still running, but
>> timings look the same (2 cores were busy for 2.5 hours, and after
>> that 1 core is loaded fully, expected for ~5.5 hours). For the second
>> start up attempt the DB has no DCL files, only DCD are left after
>> first load.
>
> A poke in the dark: do you maybe have lots of secondary indices? These
> will not be stored on disk and so will be recreated each time the tables
> are loaded, I've experienced very long mnesia startup times in such
> cases. Otherwise -- no idea.
>
> --
> Ignas



More information about the erlang-questions mailing list