Facing latency issues while fetching data in Spanner table

血红的双手。 提交于 2020-03-24 01:22:48

问题


I have few spanner tables where I'm facing latency issue while fetching rows through API's. So we are using secondary index for multiple tables, as it improves the performance. We are using around 50 spanner nodes and average utilisation is around 60% and the query being performed are on top of secondary index. Spanner table has 16 secondary index. With all this functionality on place, we are still facing latency issue as query took around 37 seconds to complete. Query is not the complicated one, just have one filter condition. I don't want what's going wrong in my case.

来源:https://stackoverflow.com/questions/60154576/facing-latency-issues-while-fetching-data-in-spanner-table

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!