database

database

56 bookmarks
Custom sorting
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
In this video I'm doing "magic" binary search. This search fallbacks to linear search when the number of tuples is small. Typically this is done to reduce number of branch mispredictions, but it's rather toy feature here. It's taken only for example. Resulting code https://github.com/x4m/postgres_g/commit/a66ff4e0669b01ea09eed734cf4e60c745527c5c https://wiki.postgresql.org/wiki/Compile_and_Install_from_source_code git clone --depth=5 --single-branch --branch=master https://github.com/postgres/postgres cd postgres ./configure --prefix=$PWD --enable-depend make -j10 to /dev/null make check
·m.youtube.com·
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube
Speaker: Vagmi Mudumbai While PostgreSQL is a mature database, it packs a punch when it comes to features. This is a talk to talk about various features of PostgreSQL like. * Crosstab queries (Pivot Table) * Window functions * JSON operations * Full-text search queries * Row-level security
·m.youtube.com·
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube
Optimising performance of Spark's Postgres database
Optimising performance of Spark's Postgres database
On November 13th, we publicly launched Filecoin Station, a desktop app enabling everybody to participate in the Filecoin economy and earn FIL for contributing their spare computing resources & network bandwidth. (You can download the app here: https://www.filstation.app). The launch was a success, and our network grew from ~50 to more than ~1500 nodes in a few days. As of today, we have 4000 nodes running. We quickly discovered that our database was having a hard time keeping up with the increased load.
·bajtos.net·
Optimising performance of Spark's Postgres database
End-to-end data engineering project - batch edition · Start Data Engineering
End-to-end data engineering project - batch edition · Start Data Engineering
Struggling to come up with a data engineering project idea? Overwhelmed by all the setup necessary to start building a data engineering project? Don't know where to get data for your side project? Then this post is for you. We will go over the key components, and help you understand what you need to design and build your data projects. We will do this using a sample end-to-end data engineering project.
·startdataengineering.com·
End-to-end data engineering project - batch edition · Start Data Engineering