My team has some data stored in a database which other teams in our company are interested in getting, and we're planning to build some web services, so that they don't have direct access to our database.
We aren't running very complex queries (consider it instant, once we're interested in the overhead), and we're wondering how long a web service call should last, to conclude if we should use a web service, or try some more efficient approaches.
We'd use RESTful web services. Any help providing an expected time range?