Skip to content

Releases: kashirin-alex/swc-db

SWC-DB version 0.4.12

12 Nov 23:20
Compare
Choose a tag to compare

SWC-DB version 0.4.12 - CHANGELOG

The release includes a debug and optimized build, plus an Installation-Pack, the Binaries built with GCC-9.3 and based on GLIBC 2.27
build configurations differences:

# swcdb-0.4.12.amd64 
cmake ../swc-db  -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.12.debug.amd64
cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

Guide for INSTALLING & RUNNING :

SWC-DB version 0.4.11

14 Oct 12:07
Compare
Choose a tag to compare

SWC-DB version 0.4.11 - CHANGELOG

The release includes a debug and optimized build, plus an Installation-Pack, the Binaries built with GCC-9.3 and based on GLIBC 2.27
build configurations differences:

# swcdb-0.4.11.amd64 
cmake ../swc-db  -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.11.debug.amd64
cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

Guide for INSTALLING & RUNNING :

Release Importance & Highlights:

SWC-DB version 0.4.10

05 Oct 20:08
Compare
Choose a tag to compare

SWC-DB version 0.4.10 - CHANGELOG

The release includes a debug and optimized build, plus an Installation-Pack, the Binaries built with GCC-9.3 and based on GLIBC 2.27
build configurations differences:

# swcdb-0.4.10.amd64 
cmake ../swc-db  -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.10.debug.amd64
cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

Guide for INSTALLING & RUNNING :

SWC-DB version 0.4.9

28 Sep 10:50
Compare
Choose a tag to compare

SWC-DB version 0.4.9 - CHANGELOG

The release includes a debug and optimized build, the Binaries built with GCC-9.3 and based on GLIBC 2.27
build configurations differences:

# swcdb-0.4.9.amd64 
cmake ../swc-db  -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.9.debug.amd64
cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

Guide for INSTALLING & RUNNING :

SWC-DB version 0.4.8

15 Sep 19:57
Compare
Choose a tag to compare

SWC-DB version 0.4.8 - CHANGELOG

The release includes a debug and optimized build, the Binaries based on GLIBC 2.27
build configurations differences:

# swcdb-0.4.8.amd64 
cmake ../swc-db  -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.8.debug.amd64
cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

INSTALLING:
https://kashirin-alex.github.io/swc-db/install/getting_swcdb/#the-swc-db-tarxz-package

RUNNING:
https://kashirin-alex.github.io/swc-db/run/distributed/

SWC-DB version 0.4.7 (source only)

14 Sep 12:03
Compare
Choose a tag to compare

SWC-DB version 0.3.0

07 Jul 17:59
Compare
Choose a tag to compare
SWC-DB version 0.3.0 Pre-release
Pre-release

The 1st SWC-DB package release.

The build of "swcdb_0.0.1-0.3.0.debug_amd64.deb" was made with GLIBC-2.28 on "Ubuntu - 20.04 LTS (Focal Fossa)" as by the instructions at Building & Installing on Ubuntu with:
-DO_LEVEL=3
-DSWC_IMPL_SOURCE=OFF
-DCMAKE_BUILD_TYPE=Debug
(a Performance degradation exists to around twice and more slower than known optimal build)

Distributed System Steadiness state:

The major process that is not included in this release are Managers health-checks of a ranges and Rangers and the only balance applied is round-robin over total ranges loaded on a Ranger while includes Ranger shut-down acknowledgment by Manager and loading of unloaded ranges to other Rangers so as Manager restart followed by ranges load-acknowledgment. In summary a proper shutdown of Rangers is required for the distributed functionalities of the database.

Ranges Management:

This release doesn't include ranges merging and currently an empty range remains valid with it's initial intervals.

Is it a Zombie ?