Skip to content

Commit a50cd12

Browse files
committed
limitations to remember
1 parent 42688bc commit a50cd12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The connector has passed the basic tests with Apache Spark 3.3, 3.4 and 3.5, wor
1919
1. Predicate pushdown is limited to primary key, secondary index key (when accessing indexes), or their prefixes. It is specially important to better support pushdowns with YDB columnar tables.
2020
1. Reading and writing YDB tables containing columns of PostgreSQL-compatible types is not supported yet.
2121
1. Handling of YDB's UInt64 data type is inefficient (conversion from and to the corresponding Spark type is performed through text representation).
22+
1. Joining with large YDB tables may be inefficient, because key lookups are currently not supported
23+
1. Reading YDB system tables (those under the `.sys` directory) is currently not supported.
24+
25+
Those limitations are to be addressed in the future releases of the connector.
2226

2327
## Connector setup
2428

0 commit comments

Comments
 (0)