jedywu's recent timeline updates
jedywu

jedywu

V2EX member #60048, joined on 2014-04-10 11:00:41 +08:00
Today's activity rank 25927
jedywu's recent replies
Jul 31, 2015
Replied to a topic by qinglangee git git 有没有更好的命令行 diff 工具?
一般选择性低的字段是不需要加索引的。但实际中一些特殊的情况可能是有必要的。比如is_delete,如果为0的只有1000个,而且要经常查询为0的,那么加索引是有必要的。再比如如果一条记录很长,有100个字段,那对于查询"select c1 from tbl where is_delete = 0",为了避免每次都去做表扫描,在(is_delete, c1)上加索引也可能是需要的。
Aug 6, 2014
Replied to a topic by meteor2013 MySQL 请问有没有把 TSV 文件导入 MySQl 的工具?
mysql自带导入程序mysqlimport,设置--fields-terminated-by="\t" --lines-terminated-by="\n"
Apr 10, 2014
Replied to a topic by touch Python 请教个 python mysqldb commit()的问题
应该是db.autocommit(True)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   912 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 57ms · UTC 19:53 · PVG 03:53 · LAX 12:53 · JFK 15:53
♥ Do have faith in what you're doing.