Pinned Repositories
awesome-quantum-ml
Curated list of awesome papers and resources in quantum machine learning
balsa
Balsa is a learned SQL query optimizer. It tailor optimizes your SQL queries to find the best execution plans for your hardware and engine.
CardinalityEstimationTestbed
CardinalityEstimationTestbed
CDBTune
Learning-based-cost-estimator
QPPNet
QRL
GitHub repo for Qiskit Hackathon "Quantum Reinforcement Learning" project
Quantum-Reinforcement-Learning
Implementation of proof of concept quantum enhanced reinforced learning algorithm, able to find the sequence of quantum gates needed to approximate a given function.
quantum-rl
Reinforcement Learning with Variational Quantum Circuits
query-optimizer-lib
Contains implementations of various algorithms for database query optimization. The algorithms cover multiple problem variants (e.g., traditional and multi-objective query optimization) and offer different tradeoffs between optimality guarantees and optimization time (e.g., fast randomized algorithms, approximation schemes, exhaustive algorithms, parallel algorithms, ...).
ZhengtongYan's Repositories
ZhengtongYan/query-optimizer-lib
Contains implementations of various algorithms for database query optimization. The algorithms cover multiple problem variants (e.g., traditional and multi-objective query optimization) and offer different tradeoffs between optimality guarantees and optimization time (e.g., fast randomized algorithms, approximation schemes, exhaustive algorithms, parallel algorithms, ...).
ZhengtongYan/6.824-lecture-notes
6.824 Distributed Systems: Lecture notes (edited a little and formatted with Markdown)
ZhengtongYan/cyp2sql
Cypher to SQL
ZhengtongYan/cyp2sql-1
Cypher to SQL translation tool - (for Part II project)
ZhengtongYan/cytosm
OpenCypher to SQL Mapper
ZhengtongYan/Database-SQL-joins-algorithm
An implementation of the algorithms presented in the paper "Cardinality Estimation Done Right: Index-Based Join Sampling"
ZhengtongYan/databaseology
Collection of Papers On Database Management Systems
ZhengtongYan/db-engine-paradigms
Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretation based) engines and compiling engines.
ZhengtongYan/DB_Implementation_IN2118
Database Systems on Modern CPU Architectures
ZhengtongYan/EmptyHeaded
Your worst case is our best case.
ZhengtongYan/graphgen-project
A Python wrapper over the GraphGen system
ZhengtongYan/hello-mysql-world
A simple application to demonstrate CMake and pkg-config for libmysqlclient
ZhengtongYan/import-northwind
Import Northwind data into AgensGraph
ZhengtongYan/import_imdb
Import IMDB data into AgensGraph
ZhengtongYan/learning-based-query-optimization
Join Optimization With Machine Learning
ZhengtongYan/lecture-notes-cs
LaTeX notes for a few courses I've taken at the University of Waterloo.
ZhengtongYan/MatRel
A library to support distributed matrix computation for machine learning and data analysis
ZhengtongYan/peloton-dashboard
Peloton Lab Dashboard
ZhengtongYan/peloton-design
Peloton Design Docs
ZhengtongYan/peloton-test
SQL Testing Framework for the Peloton DBMS
ZhengtongYan/postgresql-tuning
Improving Postgresql-9.1.4 to support semi-automatic index tuning
ZhengtongYan/Query-Optimization-TUM-IN2219
Homework for Query Optimization - a TUM Computer Science Course
ZhengtongYan/query2vec
ZhengtongYan/QueryOptimisation
ZhengtongYan/RL-Zoo
Implementations of Reinforcement Learning Algorithm
ZhengtongYan/sigmod14contest
Code for ACM SIGMOD 2014 programming contest
ZhengtongYan/tech
programming, database, distributed system
ZhengtongYan/tum-modern-dbs
Implementations for the course Database Systems on Modern CPU Architectures (http://www-db.in.tum.de/teaching/ss15/moderndbs/index.shtml?lang=en).
ZhengtongYan/vldb2015
Notes from VLDB conference
ZhengtongYan/XJoin
Join for multiple different data structures