DATA_TABLE/ Stream /Value_Stream question
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.
- Data_table is synchronous and we should avoid bombarding this table for any update on existing records or inserting records. Just this is my concern.
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.

