What are the supported Connection String properties for MemSQL?

Viewed 199

This page describes the supported connection string properties for MySql Connector / .Net.

Which of these options are officially supported when connecting to MemSQL?

I suspect that options like SharedMemoryName and BlobAsUTF8IncludePattern are not. However, I couldn't find any official documentation for it.

1 Answers

I found some of the links which can help you identify your answer in the latest version of Singlestore 7.8 (on premises). However, i saw few special options in singlestore connector/.Net official documentation.

Link related to .Net/C# Connection for concurrent multi insert official documentation.

Go thru the above links from SingleStore's official documentation for more .Net connection related information.

Related