Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • ODBC versus JDBC

    Is there any guidance on when ODBC or JDBC has better performance for loading and inserting data? In particular, I am using BigQery and MacOS with the Simba ODBC and JDBC drivers.

  • #2
    The database-specific JDBC/ODBC driver and network latency are the main factors for performance with loading and inserting data. The guidance I would give is to use jdbc on Mac and Unix systems because there is better database vendor JDBC driver support. I would also recommend jdbc if you are working across multiple operating systems because the setup/Stata code will be the same on all systems.

    Comment


    • #3
      This is great! I will give jdbc a try.

      Comment

      Working...
      X