Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Below is my recommendation on Data_table/Stream and Value_Stream. Do you thing it is all right ? Considering we will generate 300,000 everts per day.
2.I am good with Stream table (because this is asynchronous) until we purge it regularly based on certain condition for example incident is resolved in NEOS.
3.Value_stream, because this table keeps logs so also we need to purge this table regularly to avoid decrease in system performance and save disk space.
Solved! Go to Solution.
What type of things are you doing with the data?
are you just logging it, do you need to retrieve it for some other purpose etc?
I agree that you shouldn't send that to a DataTable but depending on what you want to do with the information or what happens during each event, perhaps even valuestreams aren't the right answer, although we did just release 8.4 with InfluxDB support
What type of things are you doing with the data?
are you just logging it, do you need to retrieve it for some other purpose etc?
I agree that you shouldn't send that to a DataTable but depending on what you want to do with the information or what happens during each event, perhaps even valuestreams aren't the right answer, although we did just release 8.4 with InfluxDB support