All Questions
Tagged with spring-mvc javascript
1 question
2
votes
1
answer
501
views
Strategy to deal with huge data
I have a Spring based java webservice which is returning JSON response. The problem is that the JSON response takes long time because the SQL involved is querying huge chunk of data and it takes 4-5 ...