Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Impala JDBC Driver - AutoCommit and TPC-C

avatar
New Contributor

Hello.

 

I am trying to run a TPC-C benchmark on Impala with Kudu and therefore completed the necessary system installation and JDBC driver download. However, the driver documentation states that the AutoCommit feature is always set to true, which means explicit commits and rollbacks are not possible. 

 

I am therefore wondering, if the TPC-C benchmark can be valid when using the Impala JDBC driver, as the TPC-C specification states that rollbacks must happen at a fixed rate? Is there a workaround that can be used instead?

 

Thanks for your time.

1 ACCEPTED SOLUTION

avatar

Impala is not designed for traditional OLTP and doesn't have transaction support that would line up with what TPC-C expects.

View solution in original post

1 REPLY 1

avatar

Impala is not designed for traditional OLTP and doesn't have transaction support that would line up with what TPC-C expects.