martpie / museeks

🎵 A simple, clean and cross-platform music player
https://museeks.io
MIT License
1.71k stars 200 forks source link

PoloDB? #785

Closed martpie closed 2 weeks ago

martpie commented 2 months ago

Just playing with another DB.

on 4000 tracks:

BonsaiDB:

[Info] [2024-09-18][18:40:49][INFO][museeks::libs::utils] Retrieved and decoded playlists in 481.71µs (@tauri-apps_plugin-log.js, line 120)
[Info] [2024-09-18][18:40:49][INFO][museeks::libs::utils] Retrieved and decoded tracks in 136.57ms (@tauri-apps_plugin-log.js, line 120)

PoloDB:

[Info] [2024-09-18][18:39:06][INFO][museeks::libs::utils] Retrieved and decoded playlists in 512.08µs (@tauri-apps_plugin-log.js, line 120)
[Info] [2024-09-18][18:39:06][INFO][museeks::libs::utils] Retrieved and decoded tracks in 179.49ms (@tauri-apps_plugin-log.js, line 120)

PoloDB is simpler in some ways tbh, but I am not sure if I will move forward.

martpie commented 2 weeks ago

In the end, SQLite for the win.