pinterest/pinball

Long hostnames leads to too long table names

mrunesson opened this issue · 1 comments

Most tables has a limit on table names to about 64 characters. Some tables are base64 encoded hostname postfixed and can end up in longer table names than 64 characters.

@mrunesson thanks for reporting this. We have a configuration parameter in the yaml file can help with this. check the field for "master_name" and put a name like "your_name". The db table will be constructed as "active_tokens_your_name". Thanks!