摘要: PG新增自定义函数 举例。添加完自定义系统函数之后需要initdb才生效。 1. 添加proc脚本 vim src/include/catalog/pg_proc.dat 新增UDF set_new_transaction_id #function to set new transaction ID 阅读全文
posted @ 2022-04-13 15:45 AshenYi 阅读(600) 评论(0) 推荐(0) 编辑
摘要: SQL JOINS Relation algebra Natural join (⋈) The result of the natural join is the set of all combinations of tuples in R and S that are equal on their 阅读全文
posted @ 2021-12-15 15:30 AshenYi 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 主要叙述一下sed指令和awk指令的使用方式。 阅读全文
posted @ 2021-12-14 16:34 AshenYi 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 主要陈述了PostgreSQL数据库中NodeTag结构 大致原理和引入这一结构的基本原理。 阅读全文
posted @ 2021-08-18 14:51 AshenYi 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 前言 **进程间通信(IPC,InterProcess Communication)**指的是不同进程之间传播和交流信息的一种途径,主要可以用来多进程直接的协调调度。可以通过巧妙的进程间通信,实现多进程之间无不干扰的和谐工作。 PIPE无名管道 管道方式是比较简单的、比较古老的Unix进程间通信的方 阅读全文
posted @ 2021-08-18 14:44 AshenYi 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 列举出了C语言中常见的一些puzzle和解决方式。 阅读全文
posted @ 2021-07-21 08:54 AshenYi 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 怎么通过autotool和Makefile.am来 自动生成 工程的 Makefile文件, 阅读全文
posted @ 2021-06-14 14:58 AshenYi 阅读(2213) 评论(0) 推荐(0) 编辑
摘要: 主要叙述spark和kafka的环境搭建,以及kafka和spark之间数据流转的demo运行 阅读全文
posted @ 2021-01-28 09:41 AshenYi 阅读(793) 评论(0) 推荐(1) 编辑