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

Access_optimization feature for tables #296

Open
mattywausb opened this issue Aug 9, 2024 · 0 comments
Open

Access_optimization feature for tables #296

mattywausb opened this issue Aug 9, 2024 · 0 comments
Labels
1 dvdp Syntax addition or change in syntax of dvpd 1 dvpi syntax 2 Test Testcase creation 3 mod DDL
Milestone

Comments

@mattywausb
Copy link
Collaborator

mattywausb commented Aug 9, 2024

The access optimization feature allows to declare hints for creating acces optimizing indexes. This might be used in the DDL rendering.

Draft:

  • "major_join_path", can be set in the parent tables list of links or in the field mapping of dependent child keys and sould result in an index on the related parten key column or dependent child key column. If multiple dependent child key columns are marked, the should be put into a combined index
@mattywausb mattywausb added 2 Test Testcase creation 1 dvdp Syntax addition or change in syntax of dvpd 1 dvpi syntax 3 mod DDL labels Aug 9, 2024
@mattywausb mattywausb added this to the Release 0.6.2 milestone Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 dvdp Syntax addition or change in syntax of dvpd 1 dvpi syntax 2 Test Testcase creation 3 mod DDL
Projects
None yet
Development

No branches or pull requests

1 participant