Date: Sun, 20 Sep 2015 17:04:20 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397379 - head/databases/cego Message-ID: <201509201704.t8KH4KCj094064@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Sep 20 17:04:19 2015 New Revision: 397379 URL: https://svnweb.freebsd.org/changeset/ports/397379 Log: databases/cego: 2.25.1 -> 2.25.3 - Decreased default cache size values to 100k ( query + table ) - Next fileId (CegoXMLSpace::nextFID ) calculation now analyses the existing fileId and uses the lowest available. The MAXFID attribute in the database xml file is no more used. This avoids, that file id exceeds in case of frequent creation and removement of tablesets. - Some format correction in CegoAdminHandler - Increased parameter FILMNG_MAXDATAFILE to 10000 and TABMNG_MAXTABSET to 500 - Optimization added in CegoDisCursor::distSetup(CegoAttrCond) If the native table cursor could not set up either FULL or PART, the table cursor retrieved all available rows from the corresponding table. In this case, the table also can be cached to improve subsequent queries for this table. This fix is relevant for queries like select * from t1 where b like '%X%', since the like condition cannot be used by the table cursor Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Sep 20 16:35:28 2015 (r397378) +++ head/databases/cego/Makefile Sun Sep 20 17:04:19 2015 (r397379) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.25.1 +PORTVERSION= 2.25.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Sep 20 16:35:28 2015 (r397378) +++ head/databases/cego/distinfo Sun Sep 20 17:04:19 2015 (r397379) @@ -1,2 +1,2 @@ -SHA256 (cego-2.25.1.tar.gz) = 931edbfde525374714d08ba04cc7aa619ea61a0cb963707787fcdc7a97495e9e -SIZE (cego-2.25.1.tar.gz) = 1223815 +SHA256 (cego-2.25.3.tar.gz) = 68712d9be6343197377eb0cd0a89872fd2d8c0b17190c3b6d73583d42885c937 +SIZE (cego-2.25.3.tar.gz) = 1224506
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509201704.t8KH4KCj094064>