HI Stefan :-),

Index rebuild is needed if you work in non tx mode in such case you need to
rebuild it after crash because indexes and documents can be out of sync.
But if you work in tx mode indexes rebuild can be switched off.

We will fix even this index rebuild in 2.1 but still if you work in tx mode
only you can use following settings:
index.auto.rebuildAfterNotSoftClose = false
index.txMode = FULL

But as I can see it you do hard close because shotdown takes a lot of time,
so may be would be better to speed up shutdown instead. I am asking because
those settings decrease insertion speed.


On Mon, Oct 6, 2014 at 1:48 PM, <[email protected]> wrote:

> bump.
>
> This should matter to anyone using ODB in product.
>
> Regards,
>  -Stefán
>
>
> On Wednesday, 1 October 2014 20:20:08 UTC, [email protected]
> wrote:
>>
>> Hi,
>>
>> I'm using an embedded server (2.0-M2 plocal) an it has happened that the
>> application has been force/hard-closed along with ODB.
>>
>> I know that I can start it again without rebuilding indexes after
>> hard-close but the though of unindexed records is not appealing.
>>
>> I currently have a small graph (2.7g) with a single UniqueHash index that
>> is being rebuilt from scratch and it's taking forever (40min now and
>> counting).
>>
>> Can someone please walk me through the rationale behind building the
>> complete index again under these circumstances and what it would take to
>> index only the possible delta (from wal, I presume).
>>
>> Regards,
>>  -Stefán
>>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to