<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>368468</bug_id>
          
          <creation_ts>2016-09-08 22:02:45 +0000</creation_ts>
          <short_desc>digiKam hanging at start up with a collection that has &gt;100000 sub folders</short_desc>
          <delta_ts>2025-12-18 09:06:48 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>digikam</product>
          <component>Database-Scan</component>
          <version>5.2.0</version>
          <rep_platform>Compiled Sources</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>crash</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Lars Van Casteren">larsvancasteren</reporter>
          <assigned_to name="Digikam Developers">digikam-bugs-null</assigned_to>
          <cc>caulier.gilles</cc>
    
    <cc>eyedear</cc>
    
    <cc>larsvancasteren</cc>
    
    <cc>metzpinguin</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1620399</commentid>
    <comment_count>0</comment_count>
    <who name="Lars Van Casteren">larsvancasteren</who>
    <bug_when>2016-09-08 22:02:45 +0000</bug_when>
    <thetext>digiKam will scan the collection for pictures but it hangs when trying to display the actual collection tree in the album view.

Reproducible: Always

Steps to Reproduce:
1. Remove all sqlite databases
2. Create a new root collection somewhere.
3. Create the huge hierarchy inside with this little script :

for ((i=1;i&lt;=110000;i++)); do mkdir -p testdir/$i; done

4. Start digiKam in a console through GDB and setup root local collection to the root dir of huge hierarchy.

Actual Results:  
digiKam will scan the collection for pictures but it hangs when trying to display the actual collection tree in the album view.

Expected Results:  
The collection tree (ie the sub folders) should be visualised.

Problem became apparent when adding a directory that contained an OSX Photos library. Logging showed it actually scans and finds all the images but hangs after the discovery process, at that point it&apos;s trying to create the album tree but does not complete.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1620536</commentid>
    <comment_count>1</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2016-09-09 14:55:42 +0000</bug_when>
    <thetext>Originally, this problem have been discovered under OSX.

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627660</commentid>
    <comment_count>2</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2016-09-26 17:59:23 +0000</bug_when>
    <thetext>Git commit 38c411cfe17cbc0746151594f889be1363a1023b by Maik Qualmann.
Committed on 26/09/2016 at 17:58.
Pushed by mqualmann into branch &apos;master&apos;.

optimization ModelCompleter and AlbumWatch

M  +1    -4    libs/album/albumwatch.cpp
M  +36   -38   libs/widgets/common/modelcompleter.cpp
M  +1    -2    libs/widgets/common/modelcompleter.h

http://commits.kde.org/digikam/38c411cfe17cbc0746151594f889be1363a1023b</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627661</commentid>
    <comment_count>3</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2016-09-26 18:00:15 +0000</bug_when>
    <thetext>This commit reduce the loading from albums at me from 6:00 minutes to 1:30 minutes at 10.000 albums.

Maik</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627735</commentid>
    <comment_count>4</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2016-09-26 20:56:19 +0000</bug_when>
    <thetext>Lars, 

A feedback from you using current code from git/master, including Maik patch will be appreciate.

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627833</commentid>
    <comment_count>5</comment_count>
    <who name="Lars Van Casteren">larsvancasteren</who>
    <bug_when>2016-09-27 07:59:27 +0000</bug_when>
    <thetext>Thanks for the effort. 
I am on a (backpack) holiday until 27/10 but i&apos;ll try my best to test it somewhere in between. 

Lars</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627970</commentid>
    <comment_count>6</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2016-09-27 20:35:16 +0000</bug_when>
    <thetext>Git commit 4ebe5585c7f9c37842c541304cdd0e63912c7cb8 by Maik Qualmann.
Committed on 27/09/2016 at 20:34.
Pushed by mqualmann into branch &apos;master&apos;.

optimization ImageAlbumFilterModel

M  +55   -13   libs/models/imagealbumfiltermodel.cpp
M  +5    -0    libs/models/imagealbumfiltermodel.h

http://commits.kde.org/digikam/4ebe5585c7f9c37842c541304cdd0e63912c7cb8</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1627971</commentid>
    <comment_count>7</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2016-09-27 20:36:34 +0000</bug_when>
    <thetext>Now here less than 1 minute for 10.000 albums. But I think 100.000 albums are not really to handle.

Maik</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1637603</commentid>
    <comment_count>8</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2016-11-03 22:03:35 +0000</bug_when>
    <thetext>Lars,

Can you review last commits from Maik using current 5.3.0 AppImage bundle for Linux ?

https://drive.google.com/open?id=0BzeiVr-byqt5Y0tIRWVWelRJenM

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1641744</commentid>
    <comment_count>9</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2016-11-25 16:00:22 +0000</bug_when>
    <thetext>Lars,

Any feedback with current AppImage bundle for Linux ?

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1671746</commentid>
    <comment_count>10</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2017-04-16 20:29:15 +0000</bug_when>
    <thetext>new 5.6.0 pre-release as bundle is available here :

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Please check if this problem still reproducible with these versions.

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1684178</commentid>
    <comment_count>11</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2017-06-22 21:43:07 +0000</bug_when>
    <thetext>digiKam 5.6.0 is now released and available as bundle for Linux, MacOS and Windows.

https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/

Can you check if problem still exists with this version ?

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1690451</commentid>
    <comment_count>12</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2017-07-23 18:26:40 +0000</bug_when>
    <thetext>New digiKam 5.7.0 are built with current implementation as pre-release bundles:

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Problem still reproducible ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1716591</commentid>
    <comment_count>13</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2017-12-13 22:45:43 +0000</bug_when>
    <thetext>What&apos;s about this file using 5.8.0 pre-release buncle :

https://files.kde.org/digikam/

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1772526</commentid>
    <comment_count>14</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2018-08-17 21:27:26 +0000</bug_when>
    <thetext>Can you reproduce the dysfunction using digiKam 6.0.0 pre-release bundle available here :

https://files.kde.org/digikam/

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1774080</commentid>
    <comment_count>15</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2018-08-24 20:02:16 +0000</bug_when>
    <thetext>Git commit f8d8dc6ebdbbb0f75561a6a4dc6a0a95d728ca42 by Maik Qualmann.
Committed on 24/08/2018 at 20:00.
Pushed by mqualmann into branch &apos;master&apos;.

store the number of childs in the album
this commit reduces the start of digiKam here with 11000 albums from 1:30 minutes to 1:15 minutes
Related: bug 396086

M  +11   -0    core/libs/album/album.cpp
M  +8    -1    core/libs/album/album.h
M  +2    -2    core/libs/models/abstractalbummodel.cpp
M  +0    -14   core/libs/models/abstractalbummodelpriv.h

https://commits.kde.org/digikam/f8d8dc6ebdbbb0f75561a6a4dc6a0a95d728ca42</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1774102</commentid>
    <comment_count>16</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2018-08-24 21:45:49 +0000</bug_when>
    <thetext>Git commit dcb01e39023564ea538eb06f2cf635a451f713e3 by Maik Qualmann.
Committed on 24/08/2018 at 21:44.
Pushed by mqualmann into branch &apos;master&apos;.

implement a child album cache hash
this commit reduces the start of digiKam here with 11000 albums from 1:15 minutes to 0:35 minutes
Related: bug 396086

M  +16   -5    core/libs/album/album.cpp
M  +6    -1    core/libs/album/album.h
M  +2    -2    core/libs/models/abstractalbummodel.cpp
M  +0    -23   core/libs/models/abstractalbummodelpriv.h

https://commits.kde.org/digikam/dcb01e39023564ea538eb06f2cf635a451f713e3</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1774126</commentid>
    <comment_count>17</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2018-08-24 23:21:08 +0000</bug_when>
    <thetext>Git commit 6d16a4f96ac245ed11450326c128cf63ca5a1332 by Maik Qualmann.
Committed on 24/08/2018 at 23:17.
Pushed by mqualmann into branch &apos;master&apos;.

implement a child album to row cache hash
this commit reduces the start of digiKam here with 11000 albums from 0:35 minutes to 0:20 minutes
the sorting of the albums and entries is now almost without delay.
Related: bug 396086

M  +14   -4    core/libs/album/album.cpp
M  +12   -5    core/libs/album/album.h
M  +1    -16   core/libs/models/abstractalbummodelpriv.h

https://commits.kde.org/digikam/6d16a4f96ac245ed11450326c128cf63ca5a1332</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1829600</commentid>
    <comment_count>18</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2018-12-31 11:50:04 +0000</bug_when>
    <thetext>Can you reproduce the dysfunction using the last digiKam 6.0.0-beta3 just
released ?

https://www.digikam.org/news/2018-12-30-6.0.0-beta3_release_announcement/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1842349</commentid>
    <comment_count>19</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2019-03-07 05:13:28 +0000</bug_when>
    <thetext>Good news,

After 2 weeks of works, the pre-release 6.1.0 bundles are now reconstructed from scratch with:

- All OpenCV options for CUDA, OPenMP, and OPenCL disabled to prevent crashes
in face management.
- A large upgrade of Qt5 from 5.9.7 to 5.11.3.
- An upgrade to KF5 5.55.
- An upgrade to Ffmpeg 3.3.9
- The fontconfig/freetype integration in the bundle to reduce system
dependencies

Files can be downloaded here :

https://files.kde.org/digikam/

Please test and report.

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1930945</commentid>
    <comment_count>20</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2020-05-18 20:06:47 +0000</bug_when>
    <thetext>*** Bug 421673 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1943701</commentid>
    <comment_count>21</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2020-07-14 09:41:30 +0000</bug_when>
    <thetext>Hi,

Can you check if this problem still exist with last weekly bundle build of digiKam 7.0.0 available here:

https://files.kde.org/digikam/

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1947271</commentid>
    <comment_count>22</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2020-07-30 09:41:16 +0000</bug_when>
    <thetext>digiKam 7.0.0 stable release is now published:

https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/

We need a fresh feedback on this file using this version.

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963690</commentid>
    <comment_count>23</comment_count>
    <who name="Maik Qualmann">metzpinguin</who>
    <bug_when>2020-10-10 20:24:16 +0000</bug_when>
    <thetext>Git commit d63e171bec0910f036bb3c2b261ab3333af110ee by Maik Qualmann.
Committed on 10/10/2020 at 20:22.
Pushed by mqualmann into branch &apos;master&apos;.

add experimental QCollatorSortKey cache for fast string sorting
Add quick cache comparison to item and album sorting.
Changing a view with about 30,000 items when sorting
by name or path previously took about 22 seconds.
Now about 2-3 seconds. We will observe how the
memory consumption develops.
Related: bug 396086

M  +4    -8    core/libs/database/models/itemsortsettings.h
M  +3    -6    core/libs/models/albumfiltermodel.cpp
M  +96   -12   core/libs/threadimageio/fileio/loadingcache.cpp
M  +8    -0    core/libs/threadimageio/fileio/loadingcache.h

https://invent.kde.org/graphics/digikam/commit/d63e171bec0910f036bb3c2b261ab3333af110ee</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2020493</commentid>
    <comment_count>24</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2021-03-30 06:53:39 +0000</bug_when>
    <thetext>digiKam 7.2.0 official release is published with more than 360 files closed from bugzilla:

https://www.digikam.org/news/2021-03-22-7.2.0_release_announcement/

Can you reproduce the dysfunction with this version ?

Thanks in advance for your feedback

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2085743</commentid>
    <comment_count>25</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2021-12-15 16:52:09 +0000</bug_when>
    <thetext>Lars,

Stable digiKam 7.4.0 is published. Please check if problem is reproducible.

https://www.digikam.org/download/

Thanks in advance</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2223929</commentid>
    <comment_count>26</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2023-04-20 05:41:47 +0000</bug_when>
    <thetext>@Lars

digiKam 8.0.0 is out. Problem still reproducible ?

Best regards
Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2258380</commentid>
    <comment_count>27</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2023-10-12 14:32:54 +0000</bug_when>
    <thetext>@Lars,

What&apos;s about this file using current 8.2.0 AppImage Linux bundle ? It&apos;s
reproducible ?

https://files.kde.org/digikam/

Note: bundle is now based on Qt 5.15.11 and KDE framework 5.110.

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2306525</commentid>
    <comment_count>28</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2024-03-28 15:33:00 +0000</bug_when>
    <thetext>@Lars,

digiKam 8.3.0 stable version is released and available at usual place :

https://www.digikam.org/download/

Can you reproduce the dysfunction on your computer ?

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2378435</commentid>
    <comment_count>29</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2024-12-02 06:41:28 +0000</bug_when>
    <thetext>Hi,

digiKam 8.5.0. is out with many fixes and improvements.

https://www.digikam.org/news/2024-11-16-8.5.0_release_announcement/

This report still valid with this version?
Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2407937</commentid>
    <comment_count>30</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2025-03-15 15:32:32 +0000</bug_when>
    <thetext>Hi,

digiKam 8.6.0 is just released:

https://www.digikam.org/news/2025-03-15-8.6.0_release_announcement/

Problem still exists with this version?

Thanks in advance

Gilles Caulier</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2415300</commentid>
    <comment_count>31</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2025-04-12 06:12:15 +0000</bug_when>
    <thetext>Lars, any feedback here ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2477840</commentid>
    <comment_count>32</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2025-12-18 08:55:13 +0000</bug_when>
    <thetext>Maik,

Can you reproduce the dysfunction on your Linux computer ?

As explained in the original post, this problem occurs in macOS when the $HOME/Pictures directory is used as collection. The Apple Photo create a sub-directory named &quot;Photos Library.photoslibrary&quot; to host the encrypted database. It&apos;s really a mess, see the contents for an empty apple photo collection:

gilles@MacBook-Pro-M1-de-Gilles Photos Library.photoslibrary % pwd
/Users/gilles/Pictures/Photos Library.photoslibrary
gilles@MacBook-Pro-M1-de-Gilles Photos Library.photoslibrary % tree
.
|____database
| |____Photos.sqlite.lock
| |____Photos.sqlite
| |____photos.db
| |____search
| | |____graphDataProgress.plist
| | |____zeroKeywords.data
| | |____Spotlight
| | | |____SpotlightKnowledgeEvents
| | | | |____index.V2
| | | | | |____journals
| | | | | | |____12
| | | | | | | |____cs_pc_c
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_13.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198355401_journalAttr_39.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_35.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192926193_journalAttr_32.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_199600487_journalAttr_51.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_199633025_journalAttr_53.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777234_journalAttr_7.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_12.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_124825163_journalAttr_2.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_195845429_journalAttr_36.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_10.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_36.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_199136065_journalAttr_50.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192695077_journalAttr_21.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_37.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_11.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192715947_journalAttr_24.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_196530488_journalAttr_37.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_14.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198670525_journalAttr_42.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_125939657_journalAttr_6.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192751386_journalAttr_30.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_200357813_journalAttr_57.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_124841057_journalAttr_3.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_195003682_journalAttr_34.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_199622837_journalAttr_52.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_17.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_58.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_42.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_3.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_2.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_43.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_59.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_16.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_124842214_journalAttr_4.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_195845238_journalAttr_35.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192695103_journalAttr_22.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_28.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192683506_journalAttr_18.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_41.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192750432_journalAttr_28.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198355470_journalAttr_40.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_1.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_201335224_journalAttr_60.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_40.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_15.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_29.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_50.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_44.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_5.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_4.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192724044_journalAttr_27.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_45.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_51.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777234_155197387_journalAttr_7.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192683370_journalAttr_15.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_200183164_journalAttr_56.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_47.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_6.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_125710417_journalAttr_5.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_199942465_journalAttr_55.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_46.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_60.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198872999_journalAttr_43.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_22.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_196530548_journalAttr_38.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192689349_journalAttr_19.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198889522_journalAttr_45.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_164091744_journalAttr_8.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192720189_journalAttr_25.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_23.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_165129950_journalAttr_11.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_122237283_journalAttr_1.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_201322615_journalAttr_58.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_21.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_48.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_9.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_journalAttr_8.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_49.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192884719_journalAttr_31.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_20.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_34.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_199897611_journalAttr_54.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_30.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_24.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192750815_journalAttr_29.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_18.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_185649167_journalAttr_14.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198906069_journalAttr_49.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_195000873_journalAttr_33.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_19.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_25.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_31.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_27.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_33.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192694847_journalAttr_20.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198896231_journalAttr_46.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_32.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_26.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_55.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_54.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_164873664_journalAttr_10.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198663233_journalAttr_41.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_56.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192683395_journalAttr_16.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192702311_journalAttr_23.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_201335184_journalAttr_59.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_57.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198873042_journalAttr_44.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_176701633_journalAttr_13.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_164873588_journalAttr_9.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_53.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192683444_journalAttr_17.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_journalAttr_52.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777232_176701590_journalAttr_12.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_39.toc
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777229_192720325_journalAttr_26.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198896388_journalAttr_47.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_198905872_journalAttr_48.journal
| | | | | | | | |____skg_events_7C3CEDF4-E545-4DC7-BE31-BC00E57709E3_16777233_journalAttr_38.toc
| | | |____meCardFirstTimeChecked
| | | |____heartbeat.plist
| | | |____indexOpenRecord.plist
| | | |____NSFileProtectionCompleteUntilFirstUserAuthentication
| | | | |____index.spotlightV3
| | | | | |____0.indexId
| | | | | |____live.0.indexCompactDirectory
| | | | | |____dbStr-5.map.data
| | | | | |____dbStr-4.map.data
| | | | | |____.store.db
| | | | | |____0.shadowIndexHead
| | | | | |____dbStr-3.map.offsets
| | | | | |____dbStr-4.map.header
| | | | | |____hot.1745900066403135.sFjATd
| | | | | |____dbStr-5.map.header.shadow
| | | | | |____dbStr-1.map.buckets
| | | | | |____dbStr-1.map.header
| | | | | |____0.indexPostings
| | | | | |____skg_deleteAttr.0
| | | | | |____0.indexIds
| | | | | |____dbStr-6.map.offsets
| | | | | |____dbStr-1.map.header.shadow
| | | | | |____dbStr-4.map.buckets
| | | | | |____live.0.directoryStoreFile.shadow
| | | | | |____Cache
| | | | | | |____44cf5ca2
| | | | | | | |____44cf5ca2b9c14c5a.txt
| | | | | |____live.0.indexHead
| | | | | |____live.0.indexUpdates
| | | | | |____live.0.ivf-512xfp16-00000068-00000005.partitions.shadow
| | | | | |____dbStr-4.map.header.shadow
| | | | | |____skg_deleteAttr.1
| | | | | |____0.indexUpdates
| | | | | |____live.0.indexPositionTable
| | | | | |____dbStr-2.map.header.shadow
| | | | | |____live.0.indexScores
| | | | | |____0.indexGroups
| | | | | |____0.ivf-vector-indexes
| | | | | |____live.0.shadowIndexPositionTable
| | | | | |____live.0.indexPositions
| | | | | |____0.indexScores
| | | | | |____dbStr-5.map.offsets
| | | | | |____live.0.indexBigDates
| | | | | |____0.indexPositions
| | | | | |____live.0.shadowIndexDirectory
| | | | | |____indexState
| | | | | |____0.directoryStoreFile.shadow
| | | | | |____dbStr-6.map.header
| | | | | |____live.0.indexGroups
| | | | | |____clientstatesmetafile
| | | | | |____reverseDirectoryStore.shadow
| | | | | |____dbStr-2.map.buckets
| | | | | |____dbStr-2.map.data
| | | | | |____dbStr-3.map.header.shadow
| | | | | |____dbStr-3.map.data
| | | | | |____live.0.directoryStoreFile
| | | | | |____dbStr-3.map.header
| | | | | |____dbStr-6.map.header.shadow
| | | | | |____0.indexHead
| | | | | |____tmp.spotlight.loc
| | | | | |____live.0.shadowIndexGroups
| | | | | |____live.0.shadowIndexHead
| | | | | |____live.0.indexArrays
| | | | | |____reverseDirectoryStore
| | | | | |____journalAttr.58_toc
| | | | | |____0.indexDirectory
| | | | | |____dbStr-5.map.buckets
| | | | | |____0.indexArrays
| | | | | |____journalAttr.1_toc
| | | | | |____live.0.indexDirectory
| | | | | |____live.0.shadowIndexTermIds
| | | | | |____journalAttr.59_toc
| | | | | |____0.indexBigDates
| | | | | |____tmp.spotlight.state
| | | | | |____live.0.shadowIndexArrays
| | | | | |____dbStr-2.map.offsets
| | | | | |____store.db
| | | | | |____live.0.indexIds
| | | | | |____journalAttr.60_toc
| | | | | |____dbStr-5.map.header
| | | | | |____live.0.indexId
| | | | | |____live.0.shadowIndexCompactDirectory
| | | | | |____skg_deleteAttr.2
| | | | | |____live.0.ivf-512xfp16-00000068-00000005.shadow
| | | | | |____0.indexPositionTable
| | | | | |____journalAttr.60
| | | | | |____dbStr-2.map.header
| | | | | |____live.0.ivf-512xfp16-00000068-00000005
| | | | | |____live.0.ivf-vector-indexes
| | | | | |____live.0.ivf-512xfp16-00000068-00000005.partitions
| | | | | |____dbStr-1.map.data
| | | | | |____dbStr-1.map.offsets
| | | | | |____dbStr-3.map.buckets
| | | | | |____0.shadowIndexGroups
| | | | | |____reverseStore.updates
| | | | | |____store.updates
| | | | | |____dbStr-4.map.offsets
| | | | | |____live.0.indexTermIds
| | | | | |____live.0.indexPostings
| | | | | |____0.indexCompactDirectory
| | | | | |____0.directoryStoreFile
| | | | | |____0.indexTermIds
| | | | | |____dbStr-6.map.buckets
| | | |____icu_rules_en-US@collation=search_1_1
| | |____psi.sqlite-shm
| | |____psi.sqlite-wal
| | |____synonyms.plist
| | |____searchMetadata.plist
| | |____initialSuggestions.bplist
| | |____spotlightProgress.plist
| | |____searchProgress.plist
| | |____psi.sqlite
| |____protection
| |____.Photos_SUPPORT
| | |_____EXTERNAL_DATA
| |____Photos.sqlite-wal
| |____DataModelVersion.plist
| |____Photos.sqlite-shm
| |____metaSchema.db
|____resources
| |____renders
| | |____9
| | |____0
| | |____7
| | |____6
| | |____1
| | |____8
| | |____A
| | |____F
| | |____C
| | |____D
| | |____4
| | |____3
| | |____E
| | |____B
| | |____2
| | |____5
| |____derivatives
| | |____thumbs
| | | |____3356.ithmb
| | | |____4133.ithmb
| | | |____thumbnailConfiguration
| | | |____4532.ithmb
| | |____9
| | |____0
| | |____7
| | |____6
| | |____1
| | |____8
| | |____A
| | |____F
| | |____masters
| | | |____9
| | | |____0
| | | |____7
| | | |____6
| | | |____1
| | | |____8
| | | |____A
| | | |____F
| | | |____C
| | | |____D
| | | |____4
| | | |____3
| | | |____E
| | | |____B
| | | |____2
| | | |____5
| | | | |____58AFDE17-908C-4DF3-A9BE-FD5ABD02A8F7_4_5005_c.jpeg
| | |____C
| | |____D
| | |____4
| | |____3
| | |____E
| | |____B
| | |____2
| | |____5
| | | |____58AFDE17-908C-4DF3-A9BE-FD5ABD02A8F7_1_105_c.jpeg
| |____streams
| |____projects
| | |____legacy
| |____journals
| | |____FileSystemVolume-change.plj
| | |____Album-change.plj
| | |____ImportSession.plist
| | |____ProjectAlbum-change.plj
| | |____FetchingAlbum.plist
| | |____Memory.plist
| | |____HistoryToken.plist
| | |____Person-change.plj
| | |____ImportSession-snapshot.plj
| | |____DetectedFace-change.plj
| | |____Keyword.plist
| | |____Asset-snapshot.plj
| | |____Asset.plist
| | |____SocialGroup.plist
| | |____MigrationHistory-change.plj
| | |____MigrationHistory.plist
| | |____SocialGroup-snapshot.plj
| | |____ImportSession-change.plj
| | |____Keyword-change.plj
| | |____FileSystemVolume.plist
| | |____DeferredRebuildFace-change.plj
| | |____Folder.plist
| | |____Folder-change.plj
| | |____Folder-snapshot.plj
| | |____Album-snapshot.plj
| | |____ProjectAlbum.plist
| | |____DetectedFace.plist
| | |____Memory-change.plj
| | |____Person.plist
| | |____FetchingAlbum-change.plj
| | |____DeferredRebuildFace.plist
| | |____Asset-change.plj
| | |____Album.plist
| |____cpl
| | |____derivatives
| | |____cloudsync.noindex
| | | |____syncstatus.plist
| | | |____mobileCPL.plist
| | | |____cpl_enabled_marker
| | | |____cpl_download_finished_marker
| | | |____metrics.plist
| | | |____storage
| | | | |____store.cloudphotodb
| | | | |____store.cloudphotodb-wal
| | | | |____cpl-upgrade-events.log
| | | | |____store.cloudphotodb-shm
| | | | |____filecache
| | | | |____tmp
| | | |____DownloadCounts.plist
| | | |____cloudphotos-1.0.plist
| | | |____initialsync_marker
| | | |____outgoingRecordComputeStates
| | | | |____filecache
| |____smartsharing
| |____caches
| | |____compute
| | | |____5
| | | | |____58AFDE17-908C-4DF3-A9BE-FD5ABD02A8F7_5_5_c_14.dat
| | |____analytics
| | | |____CPAnalyticsPropertiesCache.plist
|____originals
| |____9
| |____0
| |____7
| |____6
| |____1
| |____8
| |____A
| |____F
| |____C
| |____D
| |____4
| |____3
| |____E
| |____B
| |____2
| |____5
| | |____58AFDE17-908C-4DF3-A9BE-FD5ABD02A8F7.heic
| | |____58AFDE17-908C-4DF3-A9BE-FD5ABD02A8F7_3.mov
|____internal
| |____searchdiagnostics
| |____crowdsourcedthemes
| |____photosuiconfiguration
| |____csutaxonomy
| | |____CSUTaxonomy.sqlite
| | |____CSUTaxonomy.sqlite-shm
| | |____CSUTaxonomy.sqlite-wal
| |____storydiagnostics
|____private
| |____com.apple.CloudPhotosConfiguration
| |____com.apple.photolibraryd
| | |____appPrivateData.plist
| | |____caches
| | | |____computecache
| | | | |____prepare
| | | |____variation
| | | |____RebuildThumbnails_20240112-061723+01:00
| | | |____libraryavailable
| | | |____clientservertransaction
| |____com.apple.PhotosUserAccountUpdaterTool
| |____com.apple.mediastream.mstreamd
| |____com.apple.mbfloagent
| |____com.apple.intelligenceplatform.knowledgeconstructiond
| |____com.apple.mobileslideshow.photospicker
| |____com.apple.photoanalysisd
| | |____caches
| | | |____graph
| | | | |____CLSBusinessCategoryCache.POI.sqlite
| | | | |____changetoken.plist
| | | | |____CLSPublicEventCache.sqlite
| | | | |____CLSBusinessCategoryCache.Nature.sqlite-wal
| | | | |____CLSBusinessCategoryCache.AOI.sqlite-wal
| | | | |____CLSPublicEventCache.sqlite-wal
| | | | |____CLSBusinessCategoryCache.Nature.sqlite-shm
| | | | |____CLSBusinessCategoryCache.AOI.sqlite-shm
| | | | |____CLSPublicEventCache.sqlite-shm
| | | | |____PGCurationCache.sqlite.sqlite-wal
| | | | |____CLSLocationCache.sqlite
| | | | |____PGCurationCache.sqlite.sqlite-shm
| | | | |____CLSBusinessCategoryCache.ROI.sqlite-wal
| | | | |____CLSBusinessCategoryCache.Nature.sqlite
| | | | |____CLSBusinessCategoryCache.ROI.sqlite-shm
| | | | |____PGCurationCache.sqlite.sqlite
| | | | |____CLSBusinessCategoryCache.POI.sqlite-wal
| | | | |____CLSBusinessCategoryCache.POI.sqlite-shm
| | | | |____ftemetrics
| | | | |____PGSearchComputationCache.plist
| | | | |____CLSLocationCache.sqlite-wal
| | | | |____PGSharingFeatureExtractorRecords.plist
| | | | |____CLSLocationCache.sqlite-shm
| | | | |____CLSBusinessCategoryCache.ROI.sqlite
| | | | |____PhotosGraph
| | | | | |____construction-photosgraph.kgdb-shm
| | | | | |____construction-photosgraph.kgdb-wal
| | | | | |____construction-photosgraph.kgdb
| | | | | |____photosgraph-tmp.kgdb-wal
| | | | | |____photosgraph-tmp.kgdb-shm
| | | | | |____photosgraph.kgdb
| | | | | |____photosgraph.kgdb-shm
| | | | | |____photosgraph.kgdb.lock
| | | | | |____construction-photosgraph.kgdb.lock
| | | | | |____photosgraph-tmp.kgdb
| | | | | |____photosgraph.kgdb-wal
| | | | |____PhotoAnalysisServiceFeaturesAnalytics.plist
| | | | |____PhotoAnalysisServicePreferences.plist
| | | | |____revgeoprovider.plist
| | | | |____CLSBusinessCategoryCache.AOI.sqlite
| |____com.apple.amp.devicesui
| |____com.apple.Photos.PhotosReliveWidget
| |____com.apple.Photos
| | |____appPrivateData.plist
| | |____ExternalEditSessions
| |____com.apple.MobileSMS
| |____com.apple.Photos.PhotosReliveWidgetIntents
| |____com.apple.WorkflowKit.BackgroundShortcutRunner
| |____com.apple.intelligenceplatform.IntelligencePlatformComputeService
| |____com.apple.Wallpaper-Settings.extension
| |____com.apple.knowledgeconstructiond
| |____com.apple.AddressBook
| |____com.apple.mediaanalysisd
| | |____MediaAnalysis
| | | |____vector_database
| | | | |____index.sql-wal
| | | | |____index.sql-shm
| | | | |____index.sql
| | | |____mediaanalysis.db
| | | |____mediaanalysis.db-wal
| | | |____mediaanalysis.db-shm
| | | |____.restore
| | | | |____restore_status.plist
| | |____caches
| | | |____vision
| | | | |____vnpetsmodel.bin
| | | | |____vnpersonsmodel.bin
| | | | |____mediaAnalysisVersionState.plist
| | | | |____PersonPromoter
| | | | |____VUIndex.sqlite
| | | | |____VUIndex.sqlite-shm
| | | | |____VUIndex.sqlite-wal
| | | | |____PhotoAnalysisServicePreferences.plist
|____external
| |____com.apple.CloudPhotosConfiguration
| |____com.apple.PhotosUserAccountUpdaterTool
| |____com.apple.mediastream.mstreamd
| |____com.apple.mbfloagent
| |____com.apple.intelligenceplatform.knowledgeconstructiond
| |____com.apple.mobileslideshow.photospicker
| |____com.apple.photoanalysisd
| |____com.apple.amp.devicesui
| |____com.apple.Photos.PhotosReliveWidget
| |____com.apple.Photos
| |____com.apple.MobileSMS
| |____com.apple.Photos.PhotosReliveWidgetIntents
| |____com.apple.WorkflowKit.BackgroundShortcutRunner
| |____com.apple.intelligenceplatform.IntelligencePlatformComputeService
| |____com.apple.Wallpaper-Settings.extension
| |____com.apple.knowledgeconstructiond
| |____com.apple.AddressBook
| |____com.apple.mediaanalysisd
|____scopes
| |____syndication
| | |____resources
| | | |____derivatives
| | | | |____9
| | | | |____0
| | | | | |____03669CB9-1A31-4D68-BAA2-9E22507B232F_1_105_c.jpeg
| | | | |____F
| | | | |____masters
| | | | | |____9
| | | | | | |____9C6D3936-C91C-4FB3-889E-4ED057BBD52B_4_5005_c.jpeg
| | | | | | |____903D657C-B46B-496A-A3DC-BB871FF36BED_4_5005_c.jpeg
| | | | | | |____9B5B03C6-7EF1-473F-ACC4-C06FB96F5D43_4_5005_c.jpeg
| | | | | |____0
| | | | | | |____0F6EA882-3E33-4C12-854B-8C049C213084_4_5005_c.jpeg
| | | | | | |____03669CB9-1A31-4D68-BAA2-9E22507B232F_4_5005_c.jpeg
| | | | | |____7
| | | | | |____6
| | | | | |____1
| | | | | | |____1B5B21C5-48C3-454A-AE94-4D7406755BF9_4_5005_c.jpeg
| | | | | |____A
| | | | | |____F
| | | | | | |____FD731164-2CA9-45D4-B20D-DCBC746A3EA3_4_5005_c.jpeg
| | | | | |____C
| | | | | | |____C9ADE534-C18F-41DD-A86F-4C7C214DA986_4_5005_c.jpeg
| | | | | |____4
| | | | | |____3
| | | | | | |____3B296255-ABD8-4F45-89FF-6DACE0A7F686_4_5005_c.jpeg
| | | | | |____E
| | | | | | |____E16CBFC0-8EF9-4640-9875-84A4D81E3FAE_4_5005_c.jpeg
| | | | | |____B
| | | | | | |____BC9B516B-53C1-414E-8A92-EEAD7D239D49_4_5005_c.jpeg
| | | | | | |____BCB0A829-7F93-46FE-80FD-DE977A3346B6_4_5005_c.jpeg
| | | | | |____2
| | | | | | |____28251018-BD5E-42A2-8D7D-6AD8A1D1989B_4_5005_c.jpeg
| | | | |____E
| | | | |____2
| | | |____caches
| | | | |____compute
| | | | | |____9
| | | | | | |____9C6D3936-C91C-4FB3-889E-4ED057BBD52B_5_5_c_14.dat
| | | | | | |____9B5B03C6-7EF1-473F-ACC4-C06FB96F5D43_5_5_c_14.dat
| | | | | | |____903D657C-B46B-496A-A3DC-BB871FF36BED_5_5_c_14.dat
| | | | | |____0
| | | | | | |____0F6EA882-3E33-4C12-854B-8C049C213084_5_5_c_14.dat
| | | | | | |____03669CB9-1A31-4D68-BAA2-9E22507B232F_5_5_c_14.dat
| | | | | |____1
| | | | | | |____1B5B21C5-48C3-454A-AE94-4D7406755BF9_5_5_c_14.dat
| | | | | |____F
| | | | | | |____FD731164-2CA9-45D4-B20D-DCBC746A3EA3_5_5_c_14.dat
| | | | | |____C
| | | | | | |____C9ADE534-C18F-41DD-A86F-4C7C214DA986_5_5_c_14.dat
| | | | | |____3
| | | | | | |____3B296255-ABD8-4F45-89FF-6DACE0A7F686_5_5_c_14.dat
| | | | | |____E
| | | | | | |____E16CBFC0-8EF9-4640-9875-84A4D81E3FAE_5_5_c_14.dat
| | | | | |____B
| | | | | | |____BCB0A829-7F93-46FE-80FD-DE977A3346B6_5_5_c_14.dat
| | | | | | |____BC9B516B-53C1-414E-8A92-EEAD7D239D49_5_5_c_14.dat
| | | | | |____2
| | | | | | |____28251018-BD5E-42A2-8D7D-6AD8A1D1989B_5_5_c_14.dat
| | |____originals
| | | |____9
| | | |____0
| | | |____F
| | | |____E
| | | |____2
| |____locked
| |____cloudsharing
| | |____data
| | | |____serverconfiguration
| | | |____INFLIGHT_JOBS
| | |____caches
| | | |____sharedAssetsPrefetchCount.plist
| | | |____diskcacherepository.plist
| |____momentshared
gilles@MacBook-Pro-M1-de-Gilles Photos Library.photoslibrary % 

Now imagine that you import 10.000 items inside. It&apos;s bloated.

I already patched digikam to ignore the &quot;Photos Library.photoslibrary&quot; in the database scanner.

Gilles</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2477842</commentid>
    <comment_count>33</comment_count>
    <who name="">caulier.gilles</who>
    <bug_when>2025-12-18 09:06:48 +0000</bug_when>
    <thetext>My commit: https://invent.kde.org/graphics/digikam/-/commit/e2caaddce3b66c79521bdb1255f962aebd1bf1f0</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>