V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  aragakiyuii  ›  全部回复第 9 页 / 共 21 页
回复总数  412
1 ... 5  6  7  8  9  10  11  12  13  14 ... 21  
2021-08-04 09:43:40 +08:00
回复了 palmers 创建的主题 程序员 有一个技术问题请大家帮忙指导,谢谢大家了
2021-08-04 07:19:09 +08:00
回复了 palmers 创建的主题 程序员 有一个技术问题请大家帮忙指导,谢谢大家了
关键词 bitmap 位图
@Numbcoder uuid 优势就是简单😂不过还是得分数据库,postgres 支持 uuid 类型,用 16 字节存储 binary 数据。不是聚簇索引效率不会很差,肯定比不过自增 id 就是了
mysql 主键 clustered index 用 uuid 简直是灾难
2021-07-30 16:20:47 +08:00
回复了 bthulu 创建的主题 程序员 阿里的 druid 怎么样, 包是不是有点太大了
这个得根据数据量来看会扩充多少次吧
java stream api 是可以指定 downStream 的
之前 ftw 3080 就有 boom 的了,好多人都无脑刷 bios
2021-07-14 18:22:43 +08:00
回复了 shanyang88 创建的主题 问与答 求一个 sql 语句优化
2021-07-14 12:46:45 +08:00
回复了 kikione 创建的主题 程序员 700W 数据的表,如何做分页查询,速度不低于 1s
都是伪需求,一页 100 条也得 7w 页,你会去看第 6w 页的数据嘛?
2021-07-08 20:25:59 +08:00
回复了 kikione 创建的主题 程序员 String str="abc" 一定会进入到字符串常量池吗?
2021-07-05 21:41:37 +08:00
回复了 kerb15 创建的主题 Java 客户端转后台了,有什么书大家觉得不错的可以推荐的吗?
语言方面《 Thinking In Java 》和《 Effective Java 》两本书足以,JVM 书没怎么看过
2021-07-02 12:39:03 +08:00
回复了 James369 创建的主题 程序员 支持中文全文检索的数据库 DB 哪个比较好?
2021-06-10 22:44:54 +08:00
回复了 seakingii 创建的主题 Steam 谁能帮我看看这游戏要多少钱?是我眼花了么?
2021-06-10 22:07:34 +08:00
回复了 s609926202 创建的主题 数据库 请教一个关于 MySQL 子查询的问题
select 的 column 不应该是在 group by 里吗?

https://dev.mysql.com/doc/refman/8.0/en/group-by-handling.html

If ONLY_FULL_GROUP_BY is disabled, a MySQL extension to the standard SQL use of GROUP BY permits the select list, HAVING condition, or ORDER BY list to refer to nonaggregated columns even if the columns are not functionally dependent on GROUP BY columns. This causes MySQL to accept the preceding query. In this case, the server is free to choose any value from each group, so unless they are the same, the values chosen are nondeterministic, which is probably not what you want. Furthermore, the selection of values from each group cannot be influenced by adding an ORDER BY clause. Result set sorting occurs after values have been chosen, and ORDER BY does not affect which value within each group the server chooses. Disabling ONLY_FULL_GROUP_BY is useful primarily when you know that, due to some property of the data, all values in each nonaggregated column not named in the GROUP BY are the same for each group.
map 维护起来真的是…还是写个类维护吧…validator 可以做分组校验
2021-06-01 19:29:29 +08:00
回复了 amrom 创建的主题 Java 关于微服务多模块问题
这种除非一开始设计的非常好,否则就是给自己挖坑
2021-05-27 10:56:44 +08:00
回复了 asanelder 创建的主题 程序员 flyway 如何保持多个分片的 schema 一致?
手动创建 Flyway,然后跑 Flyway.migrate ?
2021-05-17 06:53:24 +08:00
回复了 PeacePeach 创建的主题 JavaScript 2 + 2
1 ... 5  6  7  8  9  10  11  12  13  14 ... 21  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5454 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 08:52 · PVG 16:52 · LAX 01:52 · JFK 04:52
Developed with CodeLauncher
♥ Do have faith in what you're doing.