I was interested to learn how much it is possible to use BigQuery as the main query mechanism for the analytical tool that we are developing. Our public API should realistically execute at least hundreds of simultaneous SELECT queries using the PHP SDK (for potentially 100M + rows), but from the current documentation it seems that BigQuery is more focused on rare queries than on high volume, high load on demand queries.
Some of the companies listed on the Google website seem to be doing similar things, but have I also seen speed limit figures from 20 concurrent requests that seem to exclude this use case for a product?
source share