Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reversed Index [CORE2058] #2494

Closed
firebird-automations opened this issue Aug 28, 2008 · 4 comments
Closed

reversed Index [CORE2058] #2494

firebird-automations opened this issue Aug 28, 2008 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Stefan Kinnen (ncc1701)

it can be usefull to create a reversed Index on table row e.g. date. If you have to search for a specific date a reversed index (date field) is allowing the database engine to use the order year - month - date (B-Tree)

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

It's IMO needless feature as you can use expression index for that.

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

The system does not index Date values using the string representation, but using the internal numeric value for the date.

Accordingly, as Pavel indicated, your request is "needless".

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant