Skip to content

Instantly share code, notes, and snippets.

@simonw
Created September 14, 2022 03:10
Show Gist options
  • Save simonw/bf47c73a15cd2c4a070b6fa4db42910b to your computer and use it in GitHub Desktop.
Save simonw/bf47c73a15cd2c4a070b6fa4db42910b to your computer and use it in GitHub Desktop.
iPhone /MediaAnalysis/mediaanalysis.db KeyValueStore table

This is the contents of the KeyValueStore table in MediaAnalysis/mediaanalysis.db on my iPhone.

id key value
2595488 FaceAnalysisVersion 11
2595489 LatestFaceAnalysisVersionTimestamp 658412515
2595494 EmbeddingAnalysisVersion 6
2595495 LatestEmbeddingAnalysisVersionTimestamp 658412515
3025301 FaceAnalysisCompleteTimestamp 664464796
3095768 TotalTimeRunningWithoutPendingAnalysisInLatestVersion 15571
3095769 NumberOfTimesScheduledWithoutPendingAnalysisInLatestVersion 197
3095899 NumberOfImagesFullyAnalyzedInLatestVersion 18900
3095900 TotalTimeSpentFullyAnalyzingImageInLatestVersion 19106
3095905 NumberOfMoviesFullyAnalyzedInLatestVersion 757
3095907 TotalTimeSpentFullyAnalyzingMovieInLatestVersion 22732
3095908 MovieDurationFullyAnalyzedInLatestVersion 32006
3095911 NumberOfImagesPartiallyAnalyzedInLatestVersion 11604
3095912 TotalTimeSpentPartiallyAnalyzingImageInLatestVersion 11694
3095917 NumberOfMoviesPartiallyAnalyzedInLatestVersion 1164
3095919 TotalTimeSpentPartiallyAnalyzingMovieInLatestVersion 3897
3095920 MovieDurationPartiallyAnalyzedInLatestVersion 30295
3095921 MediaAnalysisVersion 46
3095922 LatestVersionTimeStamp 684752803
3095923 SceneAnalysisVersion 93
3095924 LatestSceneAnalysisVersionTimestamp 684752803
3095925 VisualSearchAnalysisVersion 280
3095926 LatestVisualSearchAnalysisVersionTimestamp 684752803
3095927 OCRAnalysisVersion 7
3095928 LatestOCRAnalysisVersionTimestamp 684752803
3095971 NumberOfTimesScheduledDatabaseCreation 974
3095972 TotalAnalyzingTimeDatabaseCreation 460130
3095975 TotalTimeRunningWithPendingAnalysisInLatestVersion 445942
3095976 NumberOfTimesScheduledWithPendingAnalysisInLatestVersion 795
3095979 NumberOfLivePhotosFullyAnalyzedInLatestVersion 23690
3095980 TotalTimeSpentFullyAnalyzingLivePhotoInLatestVersion 57918
3095981 NumberOfAssetsPartiallyAnalyzedToday 85
3095983 NumberOfLivePhotosPartiallyAnalyzedInLatestVersion 26308
3095984 TotalTimeSpentPartiallyAnalyzingLivePhotoInLatestVersion 92188
3096001 SceneAnalysisProgressPercentage 99
3096002 SceneAnalysisCompleteTimestamp 684772462
3096003 FaceAnalysisProgressPercentage 99
3096004 PrioritizedFaceAnalysisProgressPercentage 99
3096005 PrioritizedFaceAnalysisCompleteTimestamp 684772504
3096006 MediaAnalysisProgressPercentage 0
3096007 OCRAnalysisProgressPercentage 17
3096008 VisualSearchAnalysisProgressPercentage 28
3096009 DailyProcessTimeStamp 684772589
3096010 NumberOfAssetsFullyAnalyzedToday 0
3096011 TotalTimeRunningWithPendingAnalysisToday 0
3096012 TotalTimeRunningWithoutPendingAnalysisToday 0
3096013 NumberOfTimesScheduledWithPendingAnalysisToday 0
3096014 NumberOfTimesScheduledWithoutPendingAnalysisToday 0
3096015 NumberOfMoviesFullyAnalyzedToday 0
3096016 NumberOfImagesFullyAnalyzedToday 0
3096017 NumberOfLivePhotosFullyAnalyzedToday 0
3096018 MovieDurationFullyAnalyzedToday 0
3096019 NumberOfMoviesPartiallyAnalyzedToday 0
3096020 NumberOfImagesPartiallyAnalyzedToday 0
3096021 NumberOfLivePhotosPartiallyAnalyzedToday 0
3096022 MovieDurationPartiallyAnalyzedToday 0
3096023 NumberOfAssetsAllowedForPhotosFaceProcessing 55999
3096024 NumberOfAssetsAnalyzedForPhotosFaceProcessing 55995
3096025 NumberOfPrioritizedAssetsAnalyzedForPhotosFaceProcessing 9610
3096026 NumberOfPrioritizedAssetsAllowedForPhotosFaceProcessing 9611
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment