FS#44940 - [redland] Compiled without support for berkley database
Attached to Project:
Arch Linux
Opened by Mildred (mildred) - Tuesday, 12 May 2015, 09:09 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 12 May 2015, 14:50 GMT
Opened by Mildred (mildred) - Tuesday, 12 May 2015, 09:09 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 12 May 2015, 14:50 GMT
|
Details
Description:
Redland is compiled without support for the Berkeley database (prevented by the flag --with-bdb=no to ./configure. This prevents from serializing on disk the bytes storage module and forces to use other storage modules instead. Considering that the bytes storage module "is the most mature and primary persistent store and suitable for large models, tested in the 2-3 million range", it is a pity it cannot be stored on disk. About the hashes module: http://librdf.org/docs/api/redland-storage-module-hashes.html To compile with bdb, add the 'db' dependency and compile with --with-bdb=yes |
This task depends upon
And the reason: https://www.archlinux.org/todo/db-6020/