-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: corrigido problema com o operador extern sort
- Loading branch information
Showing
18 changed files
with
98 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,30 @@ | ||
|
||
|
||
Tabela dinamica -> { | ||
- Criar storage para armazenar itens dinamicos | ||
} | ||
|
||
|
||
Tabela de indexes -> { | ||
- Arvore B+ para armazenamento de tabelas | ||
- Operadores que usam indexes | ||
- Criar indice primario que não seja a primary key | ||
- Criar um complete table que use um indice primario e tenha tabelas de indices adicionais | ||
} | ||
|
||
Locks e permissões de acesso -> { | ||
- MVCC | ||
} | ||
|
||
|
||
Testes de query -> { | ||
- TPC-H https://www.tpc.org/tpch/ | ||
|
||
- Remover todos os sitema de locks que existe hoje e refazer do zero. | ||
|
||
} | ||
|
||
|
||
Parquet estrutura: | ||
https://parquet.apache.org/documentation/latest/ | ||
|
||
|
||
PrestoDB: | ||
https://prestodb.io/docs/current/# | ||
|
||
Testar:{ | ||
|
||
|
||
- Simple Table { | ||
- Testar desempenho atual máximo -> Testado sem valores reais | ||
- Consistencia de dados -> OK | ||
- Query Builder | ||
} | ||
|
||
|
||
- Memory Table -> RecordManager ArvoreBTree memoria{ | ||
- Testar desempenho atual comparado com simple table -> Testado sem valores reais | ||
- Consistencia de dados -> OK | ||
- Query Builder | ||
} | ||
|
||
- Double Table -Implementar{ | ||
- Testar desempenho atual comparado com simple table e memory table | ||
- Consistencia de dados | ||
} | ||
|
||
|
||
- Group Operator { | ||
- Testar se está funcionando com o min e max, etc... | ||
} | ||
|
||
|
||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.