Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Talk: Power up your backend with NewSQL systems #34

Open
seanlowjk opened this issue Apr 7, 2022 · 1 comment
Open

Lightning Talk: Power up your backend with NewSQL systems #34

seanlowjk opened this issue Apr 7, 2022 · 1 comment
Assignees

Comments

@seanlowjk
Copy link
Contributor

Despite PostgreSQL including more extension to support distributed databases, they come at a cost of adding more extensions which can be troublesome. We can power ourselves up with using a proper distributed database system that provides high availability and in-built scaling techniques to solve big data problems we have today. Introducing, NewSQL

Round C:

WIIFY:

  • You can learn a new technology of NewSQL which provides a stable, scalable system to handle high traffic
  • You can avoid unnecessary manual configuration via automatic scaling options provided by NewSQL
  • You stand out amongst your peers by learning a strong system that makes your resume shine.

Key Points:

  1. NewSQL is a form of distributed databases, which stores and manages data in multiple servers
  2. NewSQL systems are easy to query using old SQL query language.
  3. NewSQL systems increase query performance via table partitions.
  4. NewSQL protect against database crashes and provides low server downtime

Impact:

  1. Know: What are distributed databases and what NewSQL is about
  2. Believe: NewSQL should be adopted in place of old SQL systems for their scalability and availability
  3. Pickup a NewSQL database and impress everyone around you.

Slides: https://docs.google.com/presentation/d/1FZZ4TK7ZZ7by89m_mO1bbIj6LXnpqN16-YPpVyAzaEE/edit?usp=sharing

@seanlowjk seanlowjk self-assigned this Apr 7, 2022
@seanlowjk
Copy link
Contributor Author

To Prof @damithc : created a new issue for this for the talk I have given for Round C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant