pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sophia: Update wip/sophia to sophia-1.2.3.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Fri Oct 16 20:24:23 2015 -0700
Changeset:	cd957d7f508f45dd275d5ab1e1cd56b5ddb16e53

Modified Files:
	sophia/Makefile
	sophia/distinfo

Log Message:
sophia: Update wip/sophia to sophia-1.2.3.

Changes:

- Multi-part keys support added
- Key duplicates compression (including multi-parts)
- Meta-data compression by default
- Storage formats (kv: default, document: keys are part of value)
- API reworked without variadic arguments
- Asynchronous transactions reworked, added sp_poll()
- Added read-less update operation: sp_update()
- Added sp_batch() (atomic batch writes, to be used with large transactions)
- Cursor implementation made state-less
- Bring iteration order to sp_get(db) semantic, same as for cursors
- Mmap mode on/off
- Internal engine refactoring
- Test system upgrade, profiling (test system generates 230 000 tests in
  full set now)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd957d7f508f45dd275d5ab1e1cd56b5ddb16e53

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sophia/Makefile | 2 +-
 sophia/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/sophia/Makefile b/sophia/Makefile
index af070e0..78f2b2c 100644
--- a/sophia/Makefile
+++ b/sophia/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	sophia-version_${VERSION}
 PKGNAME=	sophia-${VERSION}
-VERSION=	1.2.2
+VERSION=	1.2.3
 CATEGORIES=	databases
 MASTER_SITES=	-https://codeload.github.com/pmwkaa/sophia/tar.gz/version_${VERSION}
 
diff --git a/sophia/distinfo b/sophia/distinfo
index 9a5f60e..5e6de26 100644
--- a/sophia/distinfo
+++ b/sophia/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/06/21 20:43:50 cfkoch Exp $
 
-SHA1 (sophia-version_1.2.2.tar.gz) = d1924bee70be136e203e0f5ec228a7ad1c465014
-RMD160 (sophia-version_1.2.2.tar.gz) = f8aa15e722f566e4191608726a02428422a58dc6
-Size (sophia-version_1.2.2.tar.gz) = 203894 bytes
+SHA1 (sophia-version_1.2.3.tar.gz) = 84f4006ea434b2e06a969cf158313907b598a270
+RMD160 (sophia-version_1.2.3.tar.gz) = 4c84faef0c4c9cda725693b6956e598fd4c2178a
+Size (sophia-version_1.2.3.tar.gz) = 231493 bytes


Home | Main Index | Thread Index | Old Index