Last time, when I made test with my record level compresion I receive 
this change:

DB size decrese from 90GB -> 60 GB.
Some select count(*) from table like this one:

Create Table ProductDataEx  (
     idProduct TLongInt NOT NULL,
     idMeasurand Smallint NOT NULL,
     idMeasurementMode TSmallInt NOT NULL,
     ValIndex Smallint Default 0 NOT NULL,
     idPeople TSmallInt NOT NULL,
     tDate TimeDateFutureCheck NOT NULL,
     Value1 Double precision NOT NULL,
     Description TMemo,
Constraint pk_ProductDataEx Primary Key 
(idProduct,idMeasurand,idMeasurementMode,ValIndex)
);

Decrease from ~150s(any run) -> 52s for first run and 36s another run.

If are you interested, I can send you source code or publish compiled 
FB3 for Windows x64.

Slavek

On 22.3.2015 14:21, Thomas Steinmaurer wrote:
> I'm confused. ;-)
>
> With FB 2.5.2 SC 64-bit on Windows 7 Prof.
>
> While copying a 18GB database from folder A to B on the same spinning
> physical disk at ~33MB/s read + ~33MB/s write, thus 66MB/s total, doing
> a select count(*) on that database (8K page size) for a table with ~6Mio
> records at a physical disk read rate (according to perfmon) of only
> ~7,8MB/s.
>
> The system has been freshly rebooted, thus the database is not in the
> file system cache nor in the FB connection page cache.
>
> A very naive test, but as I would expect a COUNT(*) with cold caches to
> be purely I/O bound, with max. ~7,8MB/s we are far away from nearly
> fully utilizing disk I/O.
>
>
> Regards,
> Thomas
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
>

Ing. Slavomir Skopalik
Executive Head
Elekt Labs s.r.o.
Collection and evaluation of data from machines and laboratories
by means of system MASA (http://www.elektlabs.cz/m2demo)
-----------------------------------------------------------------
Address:
Elekt Labs s.r.o.
Chaloupky 158
783 72 Velky Tynec
Czech Republic
---------------------------------------------------------------
Mobile: +420 724 207 851
icq:199 118 333
skype:skopaliks
e-mail:skopa...@elektlabs.cz
http://www.elektlabs.cz



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to