Note that there are some explanatory texts on larger screens.

plurals
  1. UStimothymcgrath
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThat is a good point, maybe I should be using something other than the ContextMenu to get this done. It is basically a drop-down menu that appears when you click on the item, not a button, but kind of buttony. ContextMenu seemed like an obvious choice, but maybe that is wrong.
      singulars
    2. COI'm providing this feature to a large number of customers, allowing them to customize their queries. I planned to merge similar parts of the queries, but would easily have thousands of unique queries. I don't think StreamInsight is going to give me the performance I want for that type of situation. I have another solution that gives me much better performance for this problem (high number of unique, simple queries). I was hoping that StreamInsight could replace some of that code and just throttle data through tons of queries, but my current code seems more tuned to what we need.
      singulars
    3. COI understand what you're saying, I think what I'm trying to do isn't a perfect fit for StreamInsight. With the feature I'm trying to provide, I have potentially thousands of small, unique queries to run lots of data through. I planned to combine portions of queries that are similar, but even with that, tens of thousands of customers might add thousands of unique queries. It seems that StreamInsight would works better when building a small number of complex theories instead of a large number of simple queries.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload