Giter VIP home page Giter VIP logo

bighouse's Introduction

Chronic coder trying to make cool stuff

Co-Founder @ ๐ŸŠ Tangia (YC S22)

๐Ÿ“ Blog: aspiring.dev (code) & blog.danthegoodman.com (old)

๐Ÿฆ Twitter: @Dan_The_Goodman

๐Ÿค“ Big Nerd For

  • Datastores & Databases
  • Distributed Systems
  • Data Analysis

๐Ÿ•ต๏ธ Data Analysis Projects

Find more at blog.danthegoodman.com

Some projects I've contributed to:

๐Ÿง‘โ€๐Ÿ’ป Favorite Projects:

bighouse's People

Contributors

danthegoodman1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kokizzu

bighouse's Issues

support pre-creating machines and booting

We can increase performance substantially if we can instead pre-create machines, and then update their configuration with new env vars (which should boot them as well). This should allow for much faster boot times.

Assuming ipv6 addresses don't change either, this means we can boostrap the cluster super fast.

We will not only need to keep track of machines, but have our own baby scheduling system that can grab them. Can probably do this with UPDATE ... SKIP LOCKED.

We also need to have timeouts for what happens when we don't get all the nodes in time, or emergency "go get more nodes" when we fail to boot some.

Scale test with real query (workflow test)

Can do single 16 core machine vs 8 or 10+ of them on the ookla data set: aws s3 ls --no-sign-request s3://ookla-open-data/parquet/performance/type=mobile/year=2019/quarter=1/

Record performance in README.

Make sure that we are creating machines all in the same region.

Optimized CH container

CH container that doesn't have table engines. Maybe leave what's needed for web tables (mergetree) but can definitely remove a ton of table engines like log and such.

Also build without compressing CH so it can boot faster, container image compression makes it useless anyway.

This will greatly improve startup speed.

CH table function with remote metadata

Discussing with qxip, a generic url(Cluster)-like table function that will fetch the list of files from a remote url based on the query predicate, and then behave as normal url(Cluster) with the resulting file list.

Useful for baking IceDB right into CH via a metadata server (rather than CH querying the meta store directly).

Capture query stats

Run time, rows/s, rows read, data read, etc. should be included in the query response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.