Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
How many images can be uploaded to the Thingworx database .??any limitations on it?
Solved! Go to Solution.
The limits of files are more file system specific. There will be rows in the database for the application entities, so you would have performance impact if you had millions of files, but performance limitations would come more from I/O type constraints like number of concurrent uploads, file creations, etc.
The limits of files are more file system specific. There will be rows in the database for the application entities, so you would have performance impact if you had millions of files, but performance limitations would come more from I/O type constraints like number of concurrent uploads, file creations, etc.