-
Bug Type (问题类型)rest-api (结果不合预期) Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)执行:http://{}:{}/graphs/{}/clear?confirm_message=I%27m+sure+to+delete+all+data 期望恢复过去只清除边和点等业务数据 Vertex/Edge example (问题点 / 边数据举例)No response Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)No response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
感谢反馈,后续我们会改进此特性 (#2324 )。将用户数据信息单独存储,保持图数据与用户数据隔离独立。 |
Beta Was this translation helpful? Give feedback.
-
@javeme Did we only clean vertexes/edges before? I'm not sure about this |
Beta Was this translation helpful? Give feedback.
-
是的,过去使用0.12.0只会清理图数据(属性、点、线、索引等),保留用户数据。 |
Beta Was this translation helpful? Give feedback.
-
In theory, there should be no modification for this section. If you have time, could help to check which PR adjustment was made to the clear graph logic and optimize it |
Beta Was this translation helpful? Give feedback.
-
@turkeymz 后续新版本会对 Auth 数据进行隔离,你可以先把 Auth 数据单独存储在一个 Graph 中,也可以避免 Clear API 删除,操作步骤参考: (推荐) 一个 Server 中配置两个 Graph 的方案:
注: 如果生产环境已有 ≥ 2 个 Server:
|
Beta Was this translation helpful? Give feedback.
@turkeymz 后续新版本会对 Auth 数据进行隔离,你可以先把 Auth 数据单独存储在一个 Graph 中,也可以避免 Clear API 删除,操作步骤参考:
(推荐) 一个 Server 中配置两个 Graph 的方案:
注: 如果生产环境已有 ≥ 2 个 Server: