Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Collection Factory GH-3843 how to configure?
  • From: jerven Bolleman <jerven.bolleman@sib.swiss>
  • Date: Fri, 10 Jun 2022 10:57:53 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sib.swiss; dmarc=pass action=none header.from=sib.swiss; dkim=pass header.d=sib.swiss; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=OMf+V7GL+4U57HJB8xnjgbe2w0HS1Zj9zh5s0hcvn6k=; b=c8hgAmDXXmA9GTQE0umCDjKk/a9EwS+t4ij7jwWvvWTX9FS2MyJhPHT/Xx2Hgr63JK1v6PqbfpJX7MrIWrh9cVOAEZ/kfcKTLotr0scY7KDl9GN0jKUh1khxe/o1L/O+Ncf9veT/DJ9+wk5T2LTRSDu5n6hkEfQpDSwat4G/8UxV2R3/nqQ8Jovjx/6SffeGAKQz6h0QYCM6/sBhKxWEvh9BoxQTb+8Kkp/gIddQawUst7IFXzPaQZ/QoDtaiQTndzbvUki+KrvKz7JStr5VQYMCw1ClHSmzUIk253ppxu+K0kzdRocTDq2g70VNIFvNGoZqy14CLxx9JgBlYAA9AQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nOu2VXL5X7PVHEBXtntIV74SHciSEp9nXA0B6/O1ncROVmKzkE3wGln0IaaXbXGqXE4/DnqwtVUv7TkAKIln9UYhWIFdrAfooudOr5JWWUvRxI1gRBI1TPhVNRPW3Jpehbsy9/gyvOYYxWK6Cij0IPCmNMRxVLQjGeulbrQ5/+JpHV6Yb7CPSGCbIIoAwdzaA0r/A0SAXUrH4Y7uT+370eOGn2zPcB6UbaP+1X7JbtWNz+EFFIk8oEO9qXCn/JK5CdfS8RsWuacWg98HWcqjm2JXHuMlJ1RFk5/dLFe58sWnjS7CJkFP4wr0tsXVBEHJCW2QipAoA5msNtB7/mJmfg==
  • 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>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

Hi All,

I wanted some feedback on GH-3843 [1]. Specifically on how best to configure these kinds of factories.

So the idea of this issue is that we can build Collection classes that
use specific knowledge of a store's value implementations to be faster and use less memory.

Now I think my pull request shows the benefits. But it also leads to the collection-factory to be configurable. e.g. using MapDB or soon LMDB. It also allows a better implementation of [2] or even removal as it is no longer needed.

So regarding this configuration: I am very not at all experienced with the rdf files used to configure rdf4j server etc. and I would like some help/pointers in how to best implement this.

Regards,
Jerven

[1] https://github.com/eclipse/rdf4j/pull/3844
[2] https://github.com/eclipse/rdf4j/issues/3983
--

	*Jerven Tjalling Bolleman*
Principal Software Developer
*SIB | Swiss Institute of Bioinformatics*
1, rue Michel Servet - CH 1211 Geneva 4 - Switzerland
t +41 22 379 58 85
Jerven.Bolleman@sib.swiss - www.sib.swiss



Back to the top