I've run into zebra daemon performance issues. I would like to be able to run queries that look something like this: -- Find finished rows in zebraqueue that took more than 10 minutes to process. select time_added, time, time - time_added as difference from zebraqueue where done = 1 and time - time_added > 600 order by time_added ... but there's no time_added column in zebraqueue.
Is there still an interest in this?