Today is a good day
Today, my simple personal website is deploied successfully by forking DjangoBlog project of liangliangyy's.
Today, my simple personal website is deploied successfully by forking DjangoBlog project of liangliangyy's.
借助Anaconda,可以设置不同的环境 cuda-toolkit cudnn匹配网址 https://developer.nvidia.com/rdp/cudnn-archive
https://www.anaconda.com/products/distribution
安装完成后,在windows下可以打开 Anaconda Prompt (可以用管理员运行,可能有部分库需要管理员权限)
参考 https://pytorch.org/
conda crea
cp /etc/skel/.bashrc $HOME cp /etc/skel/.bash_profile $HOME
在~/.bashrc 中加入 export LC_ALL="en_US.UTF-8"
对于给定的查询语句,找到“代价”最小的查询计划
一个查询计划就是由计划节点组成的树
每个计划节点代表一个特定类型的处理操作,计划节点中包含了执行器执行所需的全部信息
在执行时,计划节点产生输出元组
一般来说,扫描节点从数据表中获取输入元组
大部分其他节点从它们的子计划节点中获取输入元组
执行器处理一个由执行计划节点组成的树,并返回查询结果
scan
join agg
每一个执行节点实现一个next函数,并遵循
优点:易懂,资源使用少,通用性好
缺点:迭代次数多,代码局部性差,CPU cacheline不友好
和迭代模型一样,每一个执行节点实现一个next函数,区别在于
每一次迭
Greenplum 本质上是单机Postgres组成的数据库集群,对外提供统一的数据库接口,并针对集群处理做了大量优化
基于MPP无共享拓扑
数据分片 分区 分表 分库
分片:分布到不同的节点
分区:概念比较广泛,水平分区、垂直分区
target ... : prerequisites ...
[tab]command
[tab]...
[tab]...
“GNUmakefile”、“makefile”、“Makefile”依次
ctrl + h
正则替换 点击 .*
Find: ^\n
Replace: 什么也不填
replaceall
cat -A file
set invlist
git show --stat
yum install openssh-server
Port 22
PasswordAuthentication yes
PermitRootLogin yes
https://pytorch.org/get-started/locally/
https://developer.nvidia.com/cuda-11.3.0-download-archive
pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -f