JorenSix / Panako

The Panako acoustic fingerprinting system.
GNU Affero General Public License v3.0
185 stars 38 forks source link

reported zero byte db size | wrong value #47

Open abcnorio opened 1 month ago

abcnorio commented 1 month ago

Hij,

cool project! I encountered some probably wrong value for the stats:

$ panako stats
[MDB INDEX statistics]
=========================
> Size of database page:        4096
> Depth of the B-tree:          3
> Number of items in databases: 2237456
> File size of the databases:   0MB
=========================

and

$ ls -la ~/.panako/dbs/olaf_db/
total 138916
drwxr-xr-x 2 xxx xxx      4096 25. Okt 08:08 .
drwxr-xr-x 4 xxx xxx      4096 25. Okt 08:08 ..
-rw-r--r-- 1 xxx xxx 142233600 25. Okt 08:21 data.mdb
-rw-r--r-- 1 xxx xxx       192 25. Okt 08:36 lock.mdb

The 0MB value does not look right. used github version from today

$ panako -v
Panako Acoustic Fingerprinting, by xxx
  Version: 2.1 - 2024-10-25
  Build on: 17.0.12 (Debian 17.0.12+7-Debian-2deb11u1) - Linux amd64 5.18.0-0.deb11.4-amd64

thx + best