File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ from different data sources.
3838 Prometheus <connector/prometheus >
3939 Redis <connector/redis >
4040 Redshift <connector/redshift >
41- SingleStore <connector/memsql >
41+ SingleStore <connector/singlestore >
4242 SQL Server <connector/sqlserver >
4343 System <connector/system >
4444 Thrift <connector/thrift >
File renamed without changes.
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313#
14+
1415# Copyright (c) 2017 Stephen Finucane.
1516# Version 0.1.0 modified April 10, 2023 for Trino use.
1617# See https://github.com/sphinx-contrib/redirects/pull/6
Original file line number Diff line number Diff line change 88* Fix incorrect query results when query contains ``LEFT JOIN `` over ``UNNEST ``. (:issue: `2097 `)
99* Fix performance regression in queries involving ``JOIN ``. (:issue: `2047 `)
1010* Fix accounting of semantic analysis time when queued queries are cancelled. (:issue: `2055 `)
11- * Add :doc: `/connector/memsql `. (:issue: `1906 `)
11+ * Add :doc: `/connector/singlestore `. (:issue: `1906 `)
1212* Improve performance of ``INSERT `` and ``CREATE TABLE ... AS `` queries containing redundant
1313 ``ORDER BY `` clauses. (:issue: `2044 `)
1414* Improve performance when processing columns of ``map `` type. (:issue: `2015 `)
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Hive connector
8181MemSQL connector
8282----------------
8383
84- * Include :doc: `/connector/memsql ` in the server tarball and RPM. (:issue: `3743 `)
84+ * Include :doc: `/connector/singlestore ` in the server tarball and RPM. (:issue: `3743 `)
8585
8686MongoDB connector
8787-----------------
You can’t perform that action at this time.
0 commit comments