On Wed, Apr 5, 2017 at 11:04 PM, Jason Ekstrand
wrote:
> Before, we were just looking at whether or not the user wanted us to
> wait and waiting on the BO. Some clients, such as the Serious engine,
> use a single query pool for hundreds of individual query results where
> the writes for those qu
On Wed, Apr 05, 2017 at 01:04:59PM -0700, Jason Ekstrand wrote:
> Before, we were just looking at whether or not the user wanted us to
> wait and waiting on the BO. Some clients, such as the Serious engine,
> use a single query pool for hundreds of individual query results where
> the writes for t
Before, we were just looking at whether or not the user wanted us to
wait and waiting on the BO. Some clients, such as the Serious engine,
use a single query pool for hundreds of individual query results where
the writes for those queries may be split across several command
buffers. In this scena