GlareDB (@glaredb) 's Twitter Profile
GlareDB

@glaredb

GlareDB is a light and fast SQL database for analytics

GitHub: github.com/GlareDB/glaredb

ID: 1472655457714163716

linkhttp://glaredb.com calendar_today19-12-2021 19:50:17

133 Tweet

477 Followers

40 Following

GlareDB (@glaredb) 's Twitter Profile Photo

✨ We're super excited to announce the new R (!) bindings for GlareDB, thanks to the amazing work of GitHub user えいつぴ. It's wonderful to see the power of open source software in action! ✨ GitHub repo: github.com/eitsupi/r-glar… Docs page: docs.glaredb.com/introduction/r…

GlareDB (@glaredb) 's Twitter Profile Photo

Have you used GlareDB to write the results of your queries to Delta tables? You can join data across Postgres, Snowflake, and more, then use GlareDB to create a new Delta table or INSERT INTO an existing one! What patterns do you use for archiving and sharing your data?

Have you used GlareDB to write the results of your queries to Delta tables? You can join data across Postgres, Snowflake, and more, then use GlareDB to create a new Delta table or INSERT INTO an existing one! What patterns do you use for archiving and sharing your data?
GlareDB (@glaredb) 's Twitter Profile Photo

In this video, learn how to join data between Postgres and JSON using GlareDB to run a customer segmentation analysis in R. #r #analytics #glaredb Check it out 👇

GlareDB (@glaredb) 's Twitter Profile Photo

🎥 Need to join Snowflake & PostgreSQL data? Skip the ETL! Learn to query across databases with GlareDB using simple SQL - no pipelines or infrastructure needed. NYC real estate data + borough lookups joined in minutes ⚡️ Try Cloud free: console.glaredb.com #DataEngineering

GlareDB (@glaredb) 's Twitter Profile Photo

Want to join data across PostgreSQL🐘, Snowflake❄️, and S3📦 without the ETL headache? We wrote a practical guide to query federation that shows you how. Clear examples, real SQL, no complex infrastructure needed! glaredb.com/blog/query-fed…

GlareDB (@glaredb) 's Twitter Profile Photo

What do storage engines, query optimizers, and networking protocols have in common? They're all part of the "microcosm of computing" inside every database system. ✨ Dive into database internals with Sam and Tal. Preview below, and full video here: youtu.be/ZOM7r2ex4-U

GlareDB (@glaredb) 's Twitter Profile Photo

🗣️ Hot take: Data mesh isn't reinventing the wheel - it's scaling up database wisdom we've had for decades. Views → domain products Materialization → optimization DB governance → federated control New blog post: glaredb.com/blog/data-mesh…

GlareDB (@glaredb) 's Twitter Profile Photo

New on the GlareDB blog -> Compiling GlareDB to WebAssembly: A Peek Under the Hood. Learn how we built our engine for WASM--handling threading, I/O, and a unified shell--all in Rust. Dive in: glaredb.com/blog/peek-at-w… #Rust #WebAssembly #GlareDB

GlareDB (@glaredb) 's Twitter Profile Photo

🚀 New on the GlareDB blog: SQL Functions in GlareDB: Automatic Vectorization & Type Casting Learn how easy it is to implement SQL functions in GlareDB--our executors handle nulls, casting, and vectorized execution for you. Read more 👉 glaredb.com/blog/sql-funct…

GlareDB (@glaredb) 's Twitter Profile Photo

Last week we shipped a bunch of performance optimizations and our first set of ClickBench results: github.com/ClickHouse/Cli… This week we expanded object store integration and introduced a unified globbing API that works across S3, GCS, and the local filesystem. Full release

GlareDB (@glaredb) 's Twitter Profile Photo

This week we introduced support for multi-file reads, metadata columns, faster remote CSV reads, and async filesystem state loading. See what else we shipped this week at glaredb.com/changelog

GlareDB (@glaredb) 's Twitter Profile Photo

This week we shipped the infra for automated benchmarks, including: - Query TSV files without a table function. Raw benchmark data is uploaded as TSV files, so we made it easy to query them directly without having to specify a table function. - Support for larger file reads in