Stored Procedure
June 9th, 2013 at 3:09 pm
H-Store assumes that the majority of the application’s transactions are executed as pre-defined stored procedures. Each stored procedure is comprised of (1) parameterized queries and (2) control code that contains application logic intermixed with invocations of those queries. Each procedure is written as a single Java class that extends the VoltProcedure API.