siddhi-io / siddhi-store-rdbms

Extension that can be used to perform DB operations with an RDBMS
https://siddhi-io.github.io/siddhi-store-rdbms/
Apache License 2.0
7 stars 57 forks source link

Add support for defining multiple indexes #202

Closed niveathika closed 5 years ago

niveathika commented 5 years ago

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

niveathika commented 5 years ago

Oracle builds are passing in https://travis-ci.org/niveathika/siddhi-store-rdbms/builds/593015505