The 'tbl_stat' table is something we'll explain in a HowTo notebook and future newsletter, but basically it is a utility table with some information (e.g. nrows, ncols, etc) about the tables in your mydb. You can query it yourself with something like queryClient.query('select * from mydb://tbl_stat') but we intend to use it on the backend to try to catch cases where tables suddenly start to appear truncated and to audit usage.