Welcome to SELECT STAR, the show where you learn absolutely everything about the database you just can’t kill! Want the video podcast? * https://www.youtube.com/playlist?list=PL_QaflmEF2e8MlTvSR0Iq8yAUcJzlKPSI * https://open.spotify.com/show/6Pyh9Ki2pEJ6KH1EYiZjNw For the audio version, listen on your favorite platform! Get more! * https://cockroachlabs.com * https://youtube.com/@CockroachDB
Is your database growing beyond your wildest expectations?
Buried in crazy requests? Tables 10x bigger than you imagined?
On this episode of SELECT STAR, find out why it might be time to move to a distributed database.
🎓 Try CockroachDB for yourself:
👉 university.cockroachlabs.com
📺 Learn about Greg’s journey in data:
👉 Greg on SELECT STAR
About the Hosts:
Greg L. Turnquist – Former Spring team member, author of...
You've joined data before. It's what we do every time we need to fetch data spread across two or more tables.
But what happens in a DISTRIBUTED environment?
On this episode of SELECT STAR, learn what happens under the covers on the database you just can't kill. HOT TIP: It's NOT what you think!
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ and get started!
Gre...
You've probably heard of an index. Maybe you know a couple other ways to speed up a query.
But what if there was ANOTHER way to make your queries speed up by orders of magnitude?
On this episode of SELECT STAR, learn how this tried-and-true tactic can help you speed up even the thorniest of queries!
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
We all use relational databases because we NEED them. That's why it's sometimes REALLY HARD to write the correct query...and ALSO have it perform.
On this episode of SELECT STAR, learn how writing the query right AND having it perform is CRITICAL in a distributed environment!
========
Want to take CockroachDB for a spin? Then check out Cockroach Unversity for FREE and get started!
========
About our hosts:
Greg L. Turnquist worked on the...
What happens to your database that you just can't kill when you suffer a regional failure?
On this episode of SELECT STAR, learn how CockroachDB puts you in control of dealing with an AZ failure or even a regional failure before it happens!
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
About our hosts:
Greg L. Turnquist worked on the Spring team...
Do you work with .NET and need an entity management toolkit? Then ADO.NET is for you!
On this episode of SELECT STAR, find out how easy it is to pick up ADO.NET and tie in with CockroachDB, the database you just can't kill.
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
About our hosts:Greg L. Turnquist worked on the Spring team for over thirteen years before he join...
A LOT of the people using CockroachDB started elsewhere but ultimately came to the database you just can't kill because there was NO OTHER CHOICE.
On this episode of SELECT STAR, learn some of the most valuable tips when it comes to migrating to the database you just can't kill as we deep dive with Cockroach's Technical Evangelist, Rob Reid.
And maybe—just maybe—we'll dig into other topics as well!
With all this Java action, are you feeling left behind? Really love using the .NET platform to build awesome apps? Your time has come!
On this episode of SELECT STAR, see how to leverage CockroachDB from within your .NET/C# app and see how to build an app on top of the database you just can't kill!
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
Looking to create a REST API with Go and CockroachDB? This is the right place to be.
On this episode of SELECT STAR, we use Go to connect to CockroachDB and create a simple REST API with the Gin Web Framework and the GORM ORM Library for Go.
Want to take CockroachDB for a spin? Check out https://university.cockroachlabs.com/ for FREE and get started!
Get more 👀
About our hosts:
Greg L...
A cornerstone of relational databases are primary keys. We need handles on our rows of data.
On this episode of SELECT STAR, find out what makes for a good primary key, especially in a distributed environment like CockroachDB!
Want to take CockroachDB for a spin? Then check out Cockroach University for FREE and get started!
Get more 👀
<p><strong>AI has taken the world by storm.</strong> A question arises...can it speed up your database?</p>
<p>On this episode of <strong>SELECT STAR</strong>, see how AI tools can speed up your CockroachDB database, make it more performant, and help squeeze out inefficiencies!</p>
<hr>
<p><strong>Want to take CockroachDB for a spin?</strong> Then chec...
We're always looking for simpler, more elegant APIs to get the job done.
On this episode of SELECT STAR discover how Spring's fluent API, JdbcClient, makes it an absolute joy to work with SQL statements through the power of JDBC!
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
Get more 👀
CockroachDB can grow and change dynamically, all while keeping your data safe. How does it do that?
On this episode of SELECT STAR learn EXACTLY how CockroachDB scales and protects your data seamlessly and effortlessly!
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
Get more 👀
JdbcTemplate is one of the oldest yet most golden features buried in the Spring Framework.
On this episode of SELECT STAR learn why some of the biggest shops out there still reach for JdbcTemplate to solve BIG problems!
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
Get more 👀
Did you know relational apps are preferred over non-relational ones up to 4-to-1? And in Javaland, one of the most popular toolkits is JPA!
In this episode of SELECT STAR, see how fast you can get off the ground when you use Spring Data JPA as your tool of choice for your CockroachDB application!
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
...
Have you ever been interested in using the power of Spring Data...but without the overhead of JPA? In this episode of SELECT STAR, see how to build a Spring Boot app using the power of Spring Data JDBC!
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
About our hosts:
Greg L. Turnquist worked on the Spring team for over thirteen years before...
You dig Spring Boot?
Come and find out in this live coding session how you can hook your Spring Boot application up with CockroachDB, and make things sizzle!
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
About our host:
Greg L. Turnquist worked on the Spring team for over thirteen years before he joined Cockroach Labs as a technical conten...
Have you ever sped up a query...but not enough? Have you ever just thrown an index into a system because someone told you that's the way to go?
Find out exactly HOW to create the RIGHT index for the RIGHT situation, using the tools that CockroachDB comes loaded with.
========
Want to take CockroachDB for a spin? Then check out https://university.cockroachlabs.com/ for FREE and get started!
========
About our host:
Greg L....
NOTE: There is an echo in the first 4 minutes, but we fixed that for the rest of the show. Sorry!
Have you ever struggled with query performance? Have you ever wondered what is going on and why your system seems bogged down?
Find out how to use the tools that come with CockroachDB to ramp things up in this inaugural episode of SELECT STAR, the show where you learn absolutely EVERYTHING about the database you just can't kill!
The latest news in 4 minutes updated every hour, every day.
Does hearing about a true crime case always leave you scouring the internet for the truth behind the story? Dive into your next mystery with Crime Junkie. Every Monday, join your host Ashley Flowers as she unravels all the details of infamous and underreported true crime cases with her best friend Brit Prawat. From cold cases to missing persons and heroes in our community who seek justice, Crime Junkie is your destination for theories and stories you won’t hear anywhere else. Whether you're a seasoned true crime enthusiast or new to the genre, you'll find yourself on the edge of your seat awaiting a new episode every Monday. If you can never get enough true crime... Congratulations, you’ve found your people. Follow to join a community of Crime Junkies! Crime Junkie is presented by audiochuck Media Company.
The Clay Travis and Buck Sexton Show. Clay Travis and Buck Sexton tackle the biggest stories in news, politics and current events with intelligence and humor. From the border crisis, to the madness of cancel culture and far-left missteps, Clay and Buck guide listeners through the latest headlines and hot topics with fun and entertaining conversations and opinions.
If you've ever wanted to know about champagne, satanism, the Stonewall Uprising, chaos theory, LSD, El Nino, true crime and Rosa Parks, then look no further. Josh and Chuck have you covered.
Listen to 'The Bobby Bones Show' by downloading the daily full replay.