homealim2012 opened a new issue, #1913:
URL: https://github.com/apache/incubator-hugegraph/issues/1913

   ### Bug Type (问题类型)
   
   server status (启动/运行异常)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v0.12.x
   - Backend: RocksDB, SSD 
   
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   JDBC 输入源
   table: 要连接的表名,custom_sql 和 table 参数必须填其中一个;
   custom_sql: 自定义 SQL 语句,custom_sql 和 table 参数必须填其中一个;
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   struct.json中的
   {
         "label": table,
         "input": {
           "type": "jdbc",
           "vendor": "mysql",
           "driver": "com.mysql.cj.jdbc.Driver",
           "url": "jdbc:mysql://127.0.0.1:3306",
           "database": "db",
           "custom_sql": f"select id from tb",
           "username": "root",
           "password": "",
           "batch_size": 500
         }
   ```
   
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to