datastore.list() performance issue
See original GitHub issueDescribe the bug
datastores.list()
is very slow. It takes about 90 seconds to generate the list for a GIS server with 60 datastore items.
To Reproduce Steps to reproduce the behavior:
gis_servers = gis.admin.servers.list()
for gis_server in gis_servers:
if "geoportal" in gis_server.url.lower():
data_store_list = gis_server.datastores.list()
Expected behavior faster result
Platform (please complete the following information):
- OS: [e.g. iOS] Windows 10
- Python API Version
1.9.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Best Practices | Cloud Datastore Documentation
Avoid high read or write rates to lexicographically close documents, or your application will experience contention errors. This issue is known as hotspotting, ......
Read more >Troubleshooting ESXi datastore or VMFS volume that is full or ...
This is a list of some potential issues that may affect virtual machines ... However, the probability of performance problems is greatly ...
Read more >python - Datastore performance, my code or the datastore latency ...
The problem is that according to the admin logs the request takes about 2-4 seconds to complete. I strip it down to a...
Read more >Troubleshooting performance issues - IBM
Troubleshooting performance issues. This chapter describes system performance problems and workarounds. See the Tuning Guide for general tuning guidelines.
Read more >Common critical AEM issues | Adobe Experience Cloud
AEM Sites Performance; AEM Assets Performance; Memory Issues ... error means that you are missing files from your AEM datastore directory.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok, we’ll take a look.
Got it. Does it mean the taken time for list.dataset is similar to validate?