EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-11-23 05:18 AM
Hi all,
I'm working on a project which involves storing, gathering and querying data from a few sources (both within GeoSCADA and also external).
I'm at the tinkering stage and tossing up whether to use Data Tables, or to use an external SQL database (such as SQL Server Express) for the data storage.
Has anyone been down this road before? Any lessons learnt?
Is there a 'best practice' solution?
Seems to me, if I go with Data Tables the issue will be accessing and storing data from outside GeoSCADA.
If I go with an external DB, the issue will be accessing/storing data from inside GeoSCADA. The only way I understand to do this is using ODBC linked tables, and I'm not sure how reliable this is.
Any advice much appreciated.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-11-25 07:25 AM
There's a lot of "it depends" when you start to design stuff like this. Some questions you'll need to consider:
In general, my recommendations are always that if you're going to keep it in a data table in Geo SCADA you want to ensure the table never exceeds 100MB. Going beyond that could cause issues with server synchronization. Typically we store as much in the GS data tables as we can until we see that growth might become and issue. We also have some utilities that are explicitly written to store data outside of GS when we know that size will become an issue.
I'm sure somebody will disagree with something above, but in general the answer is always that it depends. I'd consider the size and rate of which you write to the tables to make a decision. If it's infrequent and < 100MB of data you're probably fine leaving it in a data table within GS.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.