Hi authors,
I observed that Orthanc (with PostgresSSQLIndex enabled) took very long time (~ 2 minutes) to return list of studies. I use this API for getting studies : localhost/8042/studies?since=0&limit=100.
My Orthanc has ~5 millions of instances and ~130.000 of studies
Here is the statistics of orthanc (via api localhost:8042/statistics)
{ “CountInstances” : 5263383, “CountPatients” : 48799, “CountSeries” : 206031, “CountStudies” : 130605, “TotalDiskSize” : “4487611508380”, “TotalDiskSizeMB” : 4279719, “TotalUncompressedSize” : “4487611508380”, “TotalUncompressedSizeMB” : 4279719 }
a
My question is that is there any API for getting studies faster ? I dont think verbose log can show the statistics of this api , so I dont attach it here.