我目前正试图提出一个比目前更好的问题。出于分析的原因,我想看看某个记录的不同方面的组合。目前我使用SELECT COUNT(myRecord)FROM Metric FACET foo,bar
。这就完成了任务,但我想知道是否有可能更有效地聚合数据。我使用COUNT将值分组在一起,但我最终不关心COUNTed和。有没有更好的方法来编写这个不执行额外计算的查询?
We are using react js as front end and Java( maven) as backend. we have included the new relic script in the index.html page which is not allowing the full response to load. Therefore the application ...