17-12-2020 09:48 AM
Can virtual schema write local files (temp files?)
What are the limitations in terms of size?
Would they be wiped out with every invocation (new container)?
Solved! Go to Solution.
21-12-2020 09:50 AM
VS have no direct access to the local file system. You can however use HTTP to r/w from BucketFS.
Alternatively you could in theory write the content to tables. Be aware of locking in that case. Also the size of an Exasol VARCHAR is limited to 2 million characters. 30% less if you Base64 encode binaries.
21-12-2020 09:50 AM
VS have no direct access to the local file system. You can however use HTTP to r/w from BucketFS.
Alternatively you could in theory write the content to tables. Be aware of locking in that case. Also the size of an Exasol VARCHAR is limited to 2 million characters. 30% less if you Base64 encode binaries.
Then it's time to become part of a unique family! Discover helpful tips and support other Community members with your knowledge.
Sign In