emeric
|
ba1fb4a6d6
|
Added an index to speedup a query + split for better reading
|
2024-04-17 18:43:54 +02:00 |
|
emeric
|
ec1a38fa76
|
Simplified queries
|
2024-04-17 18:41:23 +02:00 |
|
emeric
|
f7fac19a5c
|
Simplified queries
|
2024-04-17 18:37:44 +02:00 |
|
emeric
|
e92fcb79de
|
Iterate on clusters to better trace
|
2024-04-17 18:32:11 +02:00 |
|
emeric
|
78dd0302d0
|
Removed useless join
|
2024-04-16 14:28:30 +02:00 |
|
emeric
|
7ecaa16b8e
|
Added a trace for index creation
|
2024-04-16 14:06:49 +02:00 |
|
emeric
|
18b220b241
|
Optimm to get all artists of a track in a single query
|
2024-04-15 18:50:00 +02:00 |
|
emeric
|
0cda12a8bf
|
Subsonic API: added bitDepth, samplingRate and channelCount, see https://github.com/opensubsonic/open-subsonic-api/pull/83
|
2024-04-14 16:17:45 +02:00 |
|
emeric
|
b23f38facf
|
Added relative file path+file size in DB
|
2024-04-14 09:37:24 +02:00 |
|
emeric
|
be600b5e13
|
Small optim when visiting artist links
|
2024-04-13 14:33:06 +02:00 |
|
emeric
|
cd5569db2f
|
Give a chance to construct an ObjectPtr by moving source
|
2024-04-13 14:26:54 +02:00 |
|
emeric
|
e6e8a6eac5
|
Optimized queries to iterate over artists/releases, when specifying a media library
|
2024-04-12 16:58:13 +02:00 |
|
emeric
|
5bf9be304b
|
Added missing index
|
2024-04-12 14:22:57 +02:00 |
|
emeric
|
d7b5d4190a
|
Added missing groupBy when iterating db with a media library filter
|
2024-04-05 23:40:58 +02:00 |
|
emeric
|
d050d039f5
|
Added missing db trace for migration
|
2024-04-05 23:33:55 +02:00 |
|
emeric
|
9bb7756938
|
Added indexes on artist(id), release(id) and listen(id)
|
2024-04-05 15:22:24 +02:00 |
|
emeric
|
aff46065b0
|
Export the traces using gzip format
|
2024-04-05 14:10:02 +02:00 |
|
emeric
|
8438da9fde
|
Added db stats in trace metadata
|
2024-04-03 00:02:48 +02:00 |
|
emeric
|
50ecfb1378
|
More query wrapped + fixed typo
|
2024-04-02 23:04:54 +02:00 |
|
emeric
|
741f0e12ed
|
Tracing: added some more details for db operations
|
2024-04-01 20:27:52 +02:00 |
|
emeric
|
a3c53e1609
|
Tracing: added some details for db operations
|
2024-03-31 23:35:12 +02:00 |
|
emeric
|
7163b38e70
|
Fixed debug buil
|
2024-03-31 15:05:20 +02:00 |
|
emeric
|
1703e3eaf9
|
Added missing exec wrappers for queries
|
2024-03-31 13:13:24 +02:00 |
|
emeric
|
418286a1f2
|
Chaned the way the inner dbo session is accessed + added exec wrappers for queries
|
2024-03-31 13:13:01 +02:00 |
|
emeric
|
339b797312
|
Subsonic API: fixed getAlbumList with ordering set to alphabeticalByArtist
|
2024-03-24 15:07:45 +01:00 |
|
emeric
|
7b228f3acf
|
Merge branch 'subsonic-scan-tracker' into develop
|
2024-03-23 15:56:07 +01:00 |
|
emeric
|
1630b7cb6f
|
Scan tracker: now handle releases and artists
|
2024-03-23 15:55:29 +01:00 |
|
emeric
|
717f71254e
|
Fixed build when CMAKE_BUILD_TYPE is set to None
|
2024-03-19 22:49:50 +01:00 |
|
emeric
|
ed1be02aaf
|
Added a scan tracker to speed up queries with high offset in very large database
|
2024-03-17 23:36:40 +01:00 |
|
emeric
|
0f37daaa30
|
Completely removed the transaction checker in release (which was here but as a noop checker)
|
2024-03-15 16:26:59 +01:00 |
|
emeric
|
28405bb96e
|
Added a scope around actual write transactions
|
2024-03-15 12:24:25 +01:00 |
|
emeric
|
03425f3c94
|
Made the last scan step (checking for removed files) faster on big libraries
|
2024-03-14 23:21:30 +01:00 |
|
emeric
|
071b86602e
|
Added an index on track(id) as it seems to speed up things when db is cold
|
2024-03-14 14:17:00 +01:00 |
|
emeric
|
e4ad0a5406
|
Do not attempt extra data fetch when hitting the end of a query
|
2024-03-14 13:51:28 +01:00 |
|
emeric
|
4c4bef266a
|
Fixed clang warnings
|
2024-03-14 00:16:03 +01:00 |
|
emeric
|
63651de4bb
|
Fixed clang warning
|
2024-03-13 23:56:08 +01:00 |
|
emeric
|
41992f235e
|
Reworked internal namespaces
|
2024-03-12 23:11:29 +01:00 |
|
emeric
|
9da781cff6
|
Fixed badly reported offset when hitting the end of the collection
|
2024-03-12 13:40:32 +01:00 |
|
David Roman
|
4ea6d0dd09
|
use cmake lib dir instead of hardcoded name
|
2024-03-12 13:08:30 +01:00 |
|
emeric
|
4b7c4295ec
|
Refactored namespaces
|
2024-03-12 08:32:08 +01:00 |
|
David Roman
|
bc03408b99
|
Fix assertion
Closes: #431
|
2024-03-11 20:50:31 +01:00 |
|
emeric
|
c6ae3fe3fa
|
Renamed profiling to tracing
|
2024-03-10 12:21:01 +01:00 |
|
emeric
|
3155be0732
|
Added some profiling events in DB
|
2024-03-09 18:57:45 +01:00 |
|
emeric
|
1b8d4f2413
|
Added a way to play tracks per disc, fixes #423
|
2024-03-03 17:27:40 +01:00 |
|
emeric
|
ba180ea847
|
Added release_group_mbid field to listenbrainz, fixes #416
|
2024-03-02 23:47:23 +01:00 |
|
emeric
|
b45513a611
|
Added album sort name in subsonic responses, fixes #419
|
2024-03-02 23:05:20 +01:00 |
|
emeric
|
a6d11f4b4b
|
Added a way to set custom tag delimiters for artists and for other fields, fixes #417
|
2024-03-01 23:58:49 +01:00 |
|
emeric
|
194b9981c1
|
Removed migration from v32 (badly implemented)
|
2024-02-11 15:29:10 +01:00 |
|
emeric
|
a64a2de52e
|
Fixed bad testU
|
2024-02-05 13:35:16 +01:00 |
|
emeric
|
889096190a
|
Do not use DISTINCT on track queries, as this is useless and slowdowns queries
|
2024-02-05 11:22:58 +01:00 |
|