-
Question about query that stuck the KDB process
HI all
Weve run below query
select minute, date, sums(size)/sum(size) from select sum(size) by 1 xbar time.minute, date from table where filtering
We understand we actually should use % instead of / for divide, but I believe it just return something not correct or throw an error. However, somehow this query hang the process and even click SIGINT interrupt signal it doesnt interrupt, will you have any idea about why?
Regards,
Carfield
Log in to reply.