2013年5月8日

摘要: public class PgSqlJdbcCopyStreamsExample{ public static void main(String[] args) throws Exception { String url = "jdbc:highgo://localhost:5866/"; String user = "highgo"; String pwd = "hg"; Class.forName("com.highgo.jdbc.Driver"); Connection con = DriverManage. 阅读全文

posted @ 2013-05-08 13:46 JasmineLiu 阅读(409) 评论(0) 推荐(0) 编辑

摘要: Fast Inserts to PostgreSQL with JDBC and COPY FROMLabels:batches,copy from,inserts,java,jdbcI was reading some materials on how to make database inserts as efficient as possible from Java. it was motivated by an already existing application for storing of some measurements into PosgtreSQL. So I deci 阅读全文

posted @ 2013-05-08 13:10 JasmineLiu 阅读(641) 评论(0) 推荐(0) 编辑


Copyright © 2024 JasmineLiu
Powered by .NET 9.0 on Kubernetes