Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Support Index DB Objects and Management #152

Open
tsutomi opened this issue Apr 21, 2016 · 0 comments
Open

Support Index DB Objects and Management #152

tsutomi opened this issue Apr 21, 2016 · 0 comments
Assignees

Comments

@tsutomi
Copy link
Member

tsutomi commented Apr 21, 2016

Implement Index objects that derive from IDbObject, and extend the DbObjectType to include "Index" as a type.
Indexes are named and include the description of the columns indexed and the kind of index.
Like any other DB object (eg. tables, cursors, routines, etc.) provide a manager that is used to revolve named indexes.

Implement a special mechanism to resolve indexes based on the table columns.

Indexes will provide a specific search mechanism (as it is now doe "ColumnIndex", but with support for multiple columns), that will return a ITable result (or at least a result object that can be shaped as a table).

@tsutomi tsutomi added this to the DeveelDB 2.3 - Walking milestone Apr 21, 2016
@tsutomi tsutomi self-assigned this Apr 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant