How to speed up returning a 20MB Json file from a Python-Flask application?

后端 未结 0 1822
甜味超标
甜味超标 2020-12-11 19:13

I am trying to call an API which in turn triggers a store procedure from our sqlserver database. This is how I coded it.

class Api_Name(Resource):

    def __         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题