Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectHotspot ¶
func DetectHotspot()
DetectHotspot adds hotspot detected suggestion in schema conversion process for database.
func PrimaryKey ¶
func PrimaryKey(w http.ResponseWriter, r *http.Request)
primaryKey updates Primary keys in Spanner Table.
func RemoveInterleave ¶
func RemoveInterleave(conv *internal.Conv, spannertable ddl.CreateTable)
func UpdatePrimaryKeyAndSessionFile ¶
func UpdatePrimaryKeyAndSessionFile(pkRequest PrimaryKeyRequest)
Types ¶
type PrimaryKeyRequest ¶
type PrimaryKeyRequest struct { TableId string `json:"TableId"` Columns []ddl.IndexKey `json:"Columns"` }
PrimaryKeyRequest represents Primary keys API Payload.
Click to show internal directories.
Click to hide internal directories.