Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faz tabela cnpj ser LOGGED no PostgreSQL #226

Merged
merged 1 commit into from
Apr 27, 2024
Merged

Faz tabela cnpj ser LOGGED no PostgreSQL #226

merged 1 commit into from
Apr 27, 2024

Conversation

cuducos
Copy link
Owner

@cuducos cuducos commented Apr 25, 2024

No PostgreSQL a tabela principal é UNLOGGED para aumentar a velocidade de escrita. Esse PR altera essa tabela como LOGGED para focar na persistência dos dados, e apenas a torna UNLOGGED durante o carregamento dos dados.

Closes #225

@cuducos cuducos force-pushed the make-table-logged branch from 66cbf03 to bc319a4 Compare April 25, 2024 23:05
@cuducos cuducos merged commit 3a6d151 into main Apr 27, 2024
16 checks passed
@cuducos cuducos deleted the make-table-logged branch April 27, 2024 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dados não persistentes
1 participant