at055612

Results 202 comments of at055612

In-lining ``` SQL [update `meta` as `m` set `m`.`status` = ?, `m`.`status_time` = ? where (`m`.`id` = ? and `m`.`status` = ?)]; Deadlock found when trying to get lock; try...

Nothing to do with stats, _just_ a sql deadlock

This could possibly be extended to allow offsetting of the time buckets, e.g. to allow for buckets that as not based on UTC days. Also it may be possible for...

See `stroom.statistics.impl.sql.search.FilterTermsTreeBuilder#convertTermNode`

To elaborate further on the templating suggestion, the TestDataElement could contain something like: ``` user, age {% for user in users %} {{ user }},{{ range(1, 99) | random }}...

I think something like this would do it. Gets the app/doc perms for the user and any groups the user belongs to ```sql select * from ( select su.uuid, su.name,...

Can this be closed or are you after something in the UI to list all this?

Also, the datasource would need some means of allowing the user to set the date used for the lookup. I suspect one datasource to cover all maps would be preferable...

The snag with this is that ref data is local to a node and likely only on processing nodes. A node receiving an api call for ref data may have...

This functionality partially exists in v7.0-beta.143. The use can query the ref data store but only on the local node. In systems where the UI nodes don't do any processing...