Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignInitialOrders ¶
func AssignInitialOrders()
func CheckIndexSuggestion ¶
func CheckIndexSuggestion(index []ddl.CreateIndex, spannerTable ddl.CreateTable)
Helper method for checking Index Suggestion.
func IndexSuggestion ¶
func IndexSuggestion()
IndexSuggestion adds redundant index issue and interleved index suggestion in issues and suggestions tab.
func RemoveIndexIssues ¶
func RemoveIndexIssues(tableId string, Index ddl.CreateIndex)
RemoveIndexIssues removes the issues in a column which is part of the passed Index. This is called when we drop an index or make changes in the primarykey of the current table. Editing the primary key can affect the issues in an index (eg. Changing pk order affects Redundant index issue).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.