Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] upgrade flag for stores ?
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Thu, 15 Apr 2021 09:46:53 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=GrenJhzDhDyYhZZDaT+n2HMReShNiF0g7Fi2voQRD9k=; b=Fsev2KB8bG8kSmLYsPZCDszIA9QiXO6u3p0FJTKgsr4vharuLso3s+geB3i6/QIj0+6qWHKFlf/G1LAh2bkMzyiq63yiJMjSAY56t8dK2Lksy3h49mUi+qGNOvhELU/nBk8i+FUB+EzHk4H4AUoALScktB/71124KbL9eElI1/6iC0OSDMyJPBCF4tB9Ngb6xAiGkjEiRI2y978Qm4sAhf72e6x6rjx3P6miOUh+Kip9odnzGIm69O8P5jmx3kWdZ8iSBiNXI4QlbNYkiN+gSoPYRLCbecU63iVKVRC8eSrnvz0NYST30jW/ViVcDX5+MNvdBFZ8tkTSMRNrrevZVA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FIj76hXuX5uhU7yVk5SElFVFsLokYFZRrqzxS3hhB9gl45MdXIafkLSpB6ruCsf8pgpLRvz3oXQkmWk9nhSb6bmsCEUkS2oNdwOMqv84y7AnHoFl7c7twRYpLY5lr/HDVWH8lhALGb2fE/9D4XTHhtMcwJ2IsotRWoN4GQQBqcmPozf+GmU+ksKjUYsZ1YjMtDcXmmQBtq8KY7a/5L3n31fFvkfrPRjLqHatAOL/MnOt+ggs7D2y9LJ3oT+izaArLrUwK2fy/esd5FHrYcPZIUnWyAKoz2H+Ime8bMspRI8/d2HhgdzISNgR4sfH7QxHRNa3ntDMW1SkOdqzQaN4sA==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev/>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adcx3BS4raq8MwknSWmn9SbrwBofSA==
  • Thread-topic: upgrade flag for stores ?

Hi,

 

Working on the LuceneSail and ElasticSearch updates (probably for 4.0), I’ve looked into upgrading existing Lucene indices.

This boils down to a full Lucene reindexing, which can be done either using a lucene tool outside RDF4J, or programmatically in the RDF4J Sail.

I guess the same can be done in ElasticSearch and IIRC there is also some NativeStore code in place to perform an upgrade from an older (Sesame) version,

 

Reindexing a Lucene index can be a lengthy process, and may not be strictly necessary (even though it is recommended by the Lucene developers).

It can also fail in some special cases e.g. when wrapped in a read-only sail.

 

So I was wondering if there would be a use for a more generic update flag / environment variable to only upgrade/reindex… whatever type of store when explicitly set ?

 

 

Best regards

 

Bart


Back to the top