comparison OrthancServer/ServerEnumerations.h @ 3018:e3b5c07146a3 db-changes

speeding up the computation of the size of the attachments in SQLite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2018 16:04:17 +0100
parents 9cc3d40e389b
children 8336204d95dc
comparison
equal deleted inserted replaced
3017:517fc4767ae0 3018:e3b5c07146a3
91 { 91 {
92 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 92 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
93 GlobalProperty_FlushSleep = 2, 93 GlobalProperty_FlushSleep = 2,
94 GlobalProperty_AnonymizationSequence = 3, 94 GlobalProperty_AnonymizationSequence = 3,
95 GlobalProperty_JobsRegistry = 5, 95 GlobalProperty_JobsRegistry = 5,
96 GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.5.0 96 GlobalProperty_DatabaseTracksSizeOfAttachments = 6, // New in Orthanc 1.5.1
97 GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.5.0 97 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0
98 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0 98 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0
99 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0
100 99
101 // Reserved values for internal use by the database plugins 100 // Reserved values for internal use by the database plugins
102 GlobalProperty_DatabasePatchLevel = 4, 101 GlobalProperty_DatabasePatchLevel = 4,
103 GlobalProperty_DatabaseInternal0 = 10, 102 GlobalProperty_DatabaseInternal0 = 10,
104 GlobalProperty_DatabaseInternal1 = 11, 103 GlobalProperty_DatabaseInternal1 = 11,