| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sedna-3.5.101-src-win.tar.gz | 2011-11-28 | 3.7 MB | |
| sedna-3.5.101-src-sunos.tar.gz | 2011-11-28 | 3.6 MB | |
| sedna-3.5.101-src-linux.tar.gz | 2011-11-28 | 3.6 MB | |
| sedna-3.5.101-src-darwin.tar.gz | 2011-11-28 | 3.7 MB | |
| sedna-3.5.101-src-freebsd.tar.gz | 2011-11-28 | 3.6 MB | |
| sedna-3.5.101-bin-win-x86.tar.gz | 2011-11-28 | 4.6 MB | |
| sedna-3.5.101-bin-win-x64.tar.gz | 2011-11-28 | 5.1 MB | |
| sedna-3.5.101-bin-sunos-x64.sh | 2011-11-28 | 7.2 MB | |
| sedna-3.5.101-bin-sunos-i386.sh | 2011-11-28 | 6.7 MB | |
| readme.txt | 2011-11-28 | 2.8 kB | |
| sedna-3.5.101-bin-linux-x86.sh | 2011-11-28 | 6.6 MB | |
| sedna-3.5.101-bin-linux-x64.sh | 2011-11-28 | 6.8 MB | |
| sedna-3.5.101-bin-linux-static-x86.sh | 2011-11-28 | 12.1 MB | |
| sedna-3.5.101-bin-linux-static-x64.sh | 2011-11-28 | 13.1 MB | |
| sedna-3.5.101-bin-freebsd-static-x64.sh | 2011-11-28 | 13.1 MB | |
| sedna-3.5.101-bin-freebsd-static-i386.sh | 2011-11-28 | 12.1 MB | |
| sedna-3.5.101-bin-darwin-i386.sh | 2011-11-28 | 6.3 MB | |
| sedna-3.5.101-bin-darwin-x64.sh | 2011-11-28 | 6.0 MB | |
| Totals: 18 Items | 117.9 MB | 0 | |
Sedna 3.5 Release Notes and ChangeLog
New Features:
=====================================
* Native implementation of full-text indices. Now it's not necessary to buy
dtSearch engine to create and query full-text indices. For details refer to
the Sedna Programmer's Guide, Managing Full-Text Indices section [1].
* CDATA is now preserved for text nodes in direct element constructors. It can
be preserved during bulk load using special prolog option declaration:
declare option se:bulk-load "cdata-section-preserve=yes";
See Sedna Programmer's Guide, Bulk Load section [2] for further details.
* XQuery serialization option cdata-section-elements is now supported [3]. It
specifies list of elements names. Content of these elements is serialized
wrapped in CDATA.
* New listen-address Sedna server option [4]. This option specifies an address
that Sedna server will accept clients connections on. It can be specified as
IP numeric value or host name.
Note: the default value for this option is localhost and it makes Sedna 3.5
operate NOT in the same way it did before. Check Administration Guide,
Running Sedna section, listen-address option for details [4]. To make Sedna
behave as previous releases (not recommended) specify 0.0.0.0 value.
* Internal data representation optimization: database now takes less hard disk
space.
* Bug fixes, small improvements.
* Query execution optimizations. Including completely rewritten distinct-values
function.
Official Drivers Changes:
=====================================
Version 2.2 of the PHP driver by Sedna Team is available. Changes include
critical bug fixes.
* Download: http://modis.ispras.ru/FTPContent/sedna/api/php-api-2.2.tgz
* Sources: git clone git://sedna.git.sourceforge.net/gitroot/sedna/php-api
New Contributions:
=====================================
* Eric Jones shared initial version of Haskell bindings:
http://github.com/ExternalReality/SednaDBXML
* BlacBox subsystem for Sedna released:
http://oberoncore.ru/bbcc/subs/sedna/start
Thanks Eric and guys from Tesla for valuable contributions!
*Note:*
Sedna 3.5 database format is NOT compatible with the previous one.
Use export/import utility [5] to migrate between releases.
Links:
=====================================
[1]: Managing Full-Text Indices -
http://sedna.org/progguide/ProgGuidesu8.html#x14-560002.5.4
[2]: Bulk Load -
http://sedna.org/progguide/ProgGuidesu7.html#x13-500002.4
[3]: Controlling Serialization -
http://sedna.org/progguide/ProgGuidesu5.html#x9-300002.2.1
[4]: Running Sedna -
http://sedna.org/adminguide/AdminGuidesu2.html#x6-60002.2.1
[5]: Export/Import Utility -
http://sedna.org/adminguide/AdminGuidesu5.html#x9-170002.5.1