oltpbench icon indicating copy to clipboard operation
oltpbench copied to clipboard

Make insert keyword to be used depending upon Database type while preparing SQL queries to load data.

Open chrajeshbabu opened this issue 3 years ago • 0 comments

Currently to load data automatically generating insert queries depending upon table with "INSERT" keyword but some databases like Apache Phoenix uses "UPSERT" keyword to represent INSERT and UPDATE semantics in single query so we should make the insert query preparation using the keyword used depending upon database type.

chrajeshbabu avatar Jun 24 '21 16:06 chrajeshbabu