It will be used in future security features but for now it's only used to associate a query with a user. So in the event that there is a runaway query, you can figure out who is running the query through the queryStatus calls.
list uuids = queryStatusIdList(table) querystatus = queryStatusById(table,uuid) Aaron On Fri, Sep 7, 2012 at 7:06 AM, Tim Williams <[email protected]> wrote: > What is BlurQuery.setUserContext for - I can't find where it's used on > the server-side? > > Thanks, > --tim
