Skip to content

feat: Implementado Processamento com PostgreSQL#17

Open
cllaud99 wants to merge 1 commit intolvgalvao:mainfrom
cllaud99:main
Open

feat: Implementado Processamento com PostgreSQL#17
cllaud99 wants to merge 1 commit intolvgalvao:mainfrom
cllaud99:main

Conversation

@cllaud99
Copy link
Copy Markdown

@cllaud99 cllaud99 commented Sep 5, 2025

Este PR introduz uma nova abordagem para o desafio, utilizando PostgreSQL para a carga e processamento dos dados.

A solução consiste em:

Criar uma tabela (temperatures).

Carregar o arquivo measurements.txt de forma eficiente com o comando COPY.

Executar a consulta de agregação (MIN, AVG, MAX) em SQL.

Resultado do Benchmark:

Tempo Total (Carga + Processamento): ~12 minutos

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.

1 participant