V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liprais  ›  全部回复第 139 页 / 共 162 页
回复总数  3229
1 ... 135  136  137  138  139  140  141  142  143  144 ... 162  
2016-08-03 09:58:21 +08:00
回复了 wangpugod2003 创建的主题 MySQL SQL 查询和导入性能优化
导入用 load file in path ,比一条条插入快
2016-08-02 18:23:44 +08:00
回复了 z742364692 创建的主题 PostgreSQL 求助: postsql 日期获取问题
如果用 mysql 的话,可以这样
找到春节这一天 ,就用 spring_festival_date 表示好了
找出这一天的月份 :case when month(date_sub(spring_festival_date,interval 1 days) ) == 2 then 1 else 0 end
找出所有七天的月份,分组 count 一下就是你要的结果

postgres 函数可能不太一样,查查文档就行了
2016-07-17 14:12:47 +08:00
回复了 ETO 创建的主题 问与答 linux 下有什么好用的 MYsql 图形化管理工具呢?
datagrip
2016-07-14 21:50:06 +08:00
回复了 hackerwgf 创建的主题 硬件 入门级游戏主机 求建议
ps4?
2016-07-13 18:09:31 +08:00
回复了 baiyi 创建的主题 MySQL sql 语句优化求帮助
把这 1000 多手机号建个表写进去,手机号建成主键 ,然后查询的时候 join 下
2016-07-09 15:33:48 +08:00
回复了 HiHi 创建的主题 MySQL 关于 MySQL 之 LIMIT 语句的疑问
"If you combine LIMIT row_count with ORDER BY, MySQL ends the sorting as soon as it has found the first row_count rows of the sorted result, rather than sorting the entire result. If ordering is done by using an index, this is very fast. If a filesort must be done, all rows that match the query without the LIMIT clause are selected, and most or all of them are sorted, before the first row_count are found. After the initial rows have been found, MySQL does not sort any remainder of the result set."

http://dev.mysql.com/doc/refman/5.7/en/limit-optimization.html

RTFM
2016-07-08 20:26:32 +08:00
回复了 cuebyte 创建的主题 Oracle 甲骨文业务再次动手,欲对 Java 加以扼杀
标题党...
2016-07-01 10:10:10 +08:00
回复了 mrco 创建的主题 职场话题 我来吐个槽吧
造福人民群众,爆公司名字
2016-06-25 12:59:46 +08:00
回复了 Arrowing 创建的主题 硬件 有没有老司机带带路,帮我配个游戏主机!?
ps4 解决问题
2016-06-24 18:20:50 +08:00
回复了 qfdk 创建的主题 Spark Apache Spark 之间的共享项目配置文件问题
cluster 模式需要你在每个节点的这个路径下面都有这个文件,为啥不能用 client 模式?
2016-06-17 10:11:16 +08:00
回复了 Keshawn 创建的主题 MySQL MySQL 的 select.. where in 在大数据量下的性能问题
in 改成 join
2016-06-16 17:32:42 +08:00
回复了 painter 创建的主题 游戏 近五年以来你玩过的特别喜欢的游戏!
fifa
网战简直欲罢不能
上个月去某高端团购公司谈了个 offer,临签字的时候 hr 还在压价,果断不去了
2016-05-24 22:30:24 +08:00
回复了 SlipStupig 创建的主题 求职 又遇到奇葩公司,互联网 APP 招聘还是不靠谱啊
大概一年之前做过一个 hive query parser ,前段时间可能简历被某大公司的某小 leader 看见了,被叫去聊了一下午具体实现,到最后不谈 offer 不说,还叫来一个小工程师鄙视了我一顿说我不会写 sql,简直呵呵
2016-05-23 21:41:58 +08:00
回复了 coolair 创建的主题 问与答 如何更有效的插入数据?
A 表全写进去,再写 B 表不就行了
2016-05-23 09:06:13 +08:00
回复了 ouafukqk 创建的主题 问与答 想出国读书,突然发现家里没有钱怎么办?
人生来就是不平等的,要学会在不平疼的条件下获取最大的利益
2016-05-20 06:44:36 +08:00
回复了 brando 创建的主题 Linux 日志服务器
@justin1989 一天索引 500m 免费
2016-05-19 22:49:52 +08:00
回复了 brando 创建的主题 Linux 日志服务器
推荐 splunk
1 ... 135  136  137  138  139  140  141  142  143  144 ... 162  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   986 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 65ms · UTC 18:36 · PVG 02:36 · LAX 11:36 · JFK 14:36
Developed with CodeLauncher
♥ Do have faith in what you're doing.