Best columnar data formats
There are several columnar data formats that are popular, including: Both Apache Parquet and Apache ORC (Optimized Row Columnar) are open-source columnar data storage formats… Read More »Best columnar data formats
There are several columnar data formats that are popular, including: Both Apache Parquet and Apache ORC (Optimized Row Columnar) are open-source columnar data storage formats… Read More »Best columnar data formats
Columnar databases are a type of database that store data in columns rather than rows. This type of database is designed to be efficient for… Read More »Columnar databases with SQL support
It’s possible that Java programs running on GraalVM could outperform Go programs in some cases, but it’s also possible that Go programs could outperform Java… Read More »Can Java on GraalVM outperform Golang?
PostgreSQL is a powerful and widely-used open-source database management system (DBMS) that is known for its reliability, flexibility, and support for a wide range of… Read More »Learn the Limits of PostgreSQL
Scala is a programming language that runs on the Java Virtual Machine (JVM) and is designed to be expressive, concise, and highly scalable. It has… Read More »Future of Scala language
Designing a chat system can be a complex task, as it involves both front-end and back-end components. Here are a few questions you might ask… Read More »Implementing a chat in Kotlin
A B-tree index is a type of index that is commonly used in databases to improve the performance of search and sorting operations. It is… Read More »How to implement b-tree index in Kotlin
PostgreSQL is a powerful, open-source relational database management system (RDBMS) that can be used as a columnar database. A columnar database stores data in columns… Read More »PostgreSQL as a columnar database
AWS Lambda is a serverless compute service that allows you to run code in response to events or HTTP requests. Here are some best practices… Read More »7 Best Practices For AWS Lambda
The cost of Amazon Redshift, a fully managed cloud data warehouse service, depends on a number of factors, including the number and type of nodes… Read More »What is the cost of AWS Redshift