YQL batch queries -


I am trying to execute some queries using YQL. To achieve some efficiency, I am thinking of executing them in batches. My questions are in a text file, each one line my (Java) program currently reads each query from one line and creates a YQL query and executes it. I want it to be done in a batch of 10 or more. I did not find any examples on the Web on this kind of execution. If someone has questions, please share your experience.

You can query 10 (or more) queries once in the Query.multi table. To create, each question will return within a result block. For example:

For example:

  from selection * query.multi where queries = "show table; select * feed from url = 'http: // www. Alternatively it will not take too much, will make custom data tables cook. , Which you can feed in many questions at once. In, or get out 


Comments