leaf

module
v0.0.0-...-fc3792f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2019 License: Apache-2.0

README

leaf

基于leaf的分布式ID生成系统.

Mysql

create database leaf

CREATE TABLE `segment` (
  `biz_tag` varchar(128) NOT NULL,
  `max_id` bigint(20) NOT NULL DEFAULT 1,
  `step` int(11) NOT NULL,
  `desc` varchar(256),
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`biz_tag`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

insert into segment(biz_tag, max_id, step, `desc`) values('account', 10000, 10, 'account.service')

Directories

Path Synopsis
internal
dao

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL