Skip to content

ZhengtongYan/vldbss2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLDB Summer School 2022

Introduction

This is the labs of VLDB Summer School 2022, which contains some experiments about learning-based optimizer.

Labs

There are 4 labs in this course.

  • Lab 1, learning-based cardinality estimation.
  • Lab 2, learning-based cost estimation.
  • Lab 3, integration with a realistic Database(TiDB).
  • Lab 4, an end-to-end cardinality and cost estimator.

You need to fill some missing code in order to complete these labs.

Autograding

The details of classroom usage can be found in the classroom doc.

The Assignment link is 'https://classroom.github.com/a/6StbajGD'

If you don't use GitHub classroom, just fork this repo, work in your repo, you will not have a score.

The course only grades lab1-3, but lab4 will also be automatically evaluated when you push to your repo.

Getting started

First, please study theclassroom doc and clone the repository with git to get the source code of the project.

git clone https://github.com/vldbss-2022/vldbss2022-{{username}}.git

Then make sure you have installed python toolchains.

For the other matters needing attention, we will introduce them in detail in each lab.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.2%
  • Go 12.8%