Skip to content

[mariadb-features] Sequences section is incomplete #28

Description

@federico-razzoli

The Sequences section mentions that sequences are more flexible than AUTO_INCREMENT and shows a basic example.

I think you should include the complete syntax of CREATE SEQUENCE and mention the other DDLs.

Also, I think you should write in bold that sequences have an ENGINE clause, and in a Galera cluster that should be ENGINE=InnoDB.

I'd probably also mention that, thanks to the clauses of CREATE SEQUENCE, one can have unique id's over a set of tables whose PK use the same sequence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions