Closed niveathika closed 5 years ago
$subject as part of https://github.com/siddhi-io/siddhi/issues/1228 This can be defined by using multiple @Index(attribute1, attribute2) annotations.
attribute1
attribute2
Define multiple indexes when creating RDBMS tables
Add support to define multiple indexes
JDK1.8.0_191 H2, MySQL 5.x, Postgres, MsSQL, Oracle 11 and Oracle 12
Oracle builds are passing in https://travis-ci.org/niveathika/siddhi-store-rdbms/builds/593015505
Purpose
$subject as part of https://github.com/siddhi-io/siddhi/issues/1228 This can be defined by using multiple @Index(
attribute1
,attribute2
) annotations.Approach
Define multiple indexes when creating RDBMS tables
Release note
Add support to define multiple indexes
Automation tests
Security checks
Test environment
JDK1.8.0_191 H2, MySQL 5.x, Postgres, MsSQL, Oracle 11 and Oracle 12