Change the author name & email of a commit
Published: May. 25, 2024
如果想修改过去已经提交的commit的author information,主要是author email,可以使用下列的script
如果想修改过去已经提交的commit的author information,主要是author email,可以使用下列的script
本文介绍如何安装和配置Nivdia GPU Driver, CUDA, and CuDNN.
本文介绍了蓄水池抽样算法[Reservoir Sampling]
This blog is based on the course (CMU Databases Systems / Fall 2019) provided by Prof. Andy Pavlo and the course notes.
本文记录了部署Spark的二进制代码的大致步骤,这里使用Spark-3.2.4版本的standalone mode作为例子。
本文概要地介绍了DuckDB的Query Execution
本文重点记录一下DuckDB中最重要的概念之一Pipeline,以及具体在代码中如何实现的。
Reading notes about the paper “Query Suspend and Resume”.