eglowacki / zloty

YAGET development
MIT License
1 stars 0 forks source link

Optimize DB Execute request for multiple requests #20

Closed eglowacki closed 4 years ago

eglowacki commented 4 years ago

Multiple request for same query can be optimized by doing query once, storing StatementId, and use that with data only on the next runs.

Describe the solution you'd like Pre-run query requests and store that handle back in game director.