document/current/cn/features/encrypt/index.xml (37 lines of code) (raw):

<?xml version="1.0" encoding="utf-8" standalone="yes"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>数据加密 on ShardingSphere</title> <link>https://shardingsphere.apache.org/document/current/cn/features/encrypt/</link> <description>Recent content in 数据加密 on ShardingSphere</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> <atom:link href="https://shardingsphere.apache.org/document/current/cn/features/encrypt/index.xml" rel="self" type="application/rss+xml" /> <item> <title>核心概念</title> <link>https://shardingsphere.apache.org/document/current/cn/features/encrypt/concept/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>https://shardingsphere.apache.org/document/current/cn/features/encrypt/concept/</guid> <description>逻辑列 用于计算加解密列的逻辑名称,是 SQL 中列的逻辑标识。 逻辑列包含密文列(必须)、查询辅助列(可选)、模糊查询辅助列(可选)。 密文列 加密后的数据列。 查询辅助列 用于查询的辅助列。 对于一些安全级别更高的非幂等加密算法,提供不可逆的幂等列用于查询。 模糊查询列 用于模糊查询的列。</description> </item> <item> <title>使用限制</title> <link>https://shardingsphere.apache.org/document/current/cn/features/encrypt/limitations/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>https://shardingsphere.apache.org/document/current/cn/features/encrypt/limitations/</guid> <description> 需自行处理数据库中原始的存量数据; 模糊查询支持 %、_,暂不支持 escape; 加密字段无法支持查询不区分大小写功能; 加密字段无法支持比较操作,如:大于、小于、ORDER BY、BETWEEN 等; 加密字段无法支持计算操作,如:AVG、SUM 以及计算表达式; 当投影子查询中包含加密字段时,必须使用别名。 </description> </item> <item> <title>附录</title> <link>https://shardingsphere.apache.org/document/current/cn/features/encrypt/appendix/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>https://shardingsphere.apache.org/document/current/cn/features/encrypt/appendix/</guid> <description>不支持的 SQL: 加密字段无法支持查询不区分大小写功能; 加密字段无法支持比较操作,如:大于、小于、ORDER BY、BETWEEN 等; 加密字段无法支持计算操作,如:AVG、SUM 以及计算表达式; 不支持子查询中包含加密字段,并且外层投影使用星号的 SQL。 其他: 加密规则中配置的加密列、辅助查询列、LIKE 查询列等需要和数据库中的列保持大小写一致。 </description> </item> </channel> </rss>