Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Hooopo
@hooopo
管理员
第 8 位会员 / 2011-10-28

[email protected]
nil
北京
160 篇帖子 / 3013 条回帖
360 关注者
0 正在关注
74 收藏
聪明的妖怪录下了唐僧的紧箍咒
打赏作者
GitHub Public Repos
  • oh-my-github-circles 47

    GitHub User Circle Generator Using GitHub Actions

  • hackernews-insight 21

    Hackernews Insight using TiDB Cloud

  • repo-track-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any repository to your da...

  • oh-my-github-pipeline 6

    🔄 A flexible open-source data pipeline for seamlessly syncing data from any github user to your d...

  • chatgpt-xiaoai 3

    小爱音箱集成LLM,SaaS 服务

  • repo-contributor-circles 1

    GitHub repo contributor circles generator.

  • ossinsight-x 1

    Automatically post trending repos to Twitter every day.

  • mi-service 1

    XiaoMi Cloud Service for mi.com

  • hooopo 0

  • streamlit-echarts-demo 0

    Demo for Streamlit ECharts component

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 麻烦大大指教 Rails 优化问题 at 2017年08月23日

    只能说,这数据有很大的提升空间

  • [上海] 我们是谁? 流利说技术团队! at 2017年08月23日

    这个招聘写的很棒啊

  • 为什么需要外键? at 2017年08月18日

    好像有个术语叫 引用完整性

    https://www.ibm.com/support/knowledgecenter/zh/SSEPGG_9.5.0/com.ibm.db2.luw.admin.dbobj.doc/doc/c0020114.html

  • TimescaleDB 做了个新主页 at 2017年08月11日

    以前是什么界面,没感觉变化。。

    话说 timescaledb、citusdb、pipelinedb就是 pg 的三剑客啊 👏

  • 用 Rails 写 API 服务,性能感觉不足,怎么办? at 2017年07月28日

    不是的,连接池解决的是 app 和 db 直接创建连接的开销问题。带来额外的问题是,如果池里每个连接都被占用,其他线程就会等待。

    newrelic agent 3.13.0 以上不需要安装了:https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/redis-instrumentation#third-party-gems

  • 用 Rails 写 API 服务,性能感觉不足,怎么办? at 2017年07月28日

    我查看 new relic,发现非数据库非 redis 的底层占用时间巨大

    不是非 redis 嘛?估计是因为 newrelic 没有把 redis 和 ruby 分开,把 redis 也算在 ruby 里了:https://ruby-china.org/topics/20219#Instrumentation%20Redis

  • RubyConf China 2017 售票开始!(已更新日程安排) at 2017年07月16日

    所有主题已经更新完:https://ruby-china.org/topics/33232

  • RubyConf China 2017 讲师和主题介绍 at 2017年07月16日

    所有主题已经更新完。

  • 当前设置新手用户不能在 22:00-9:00 发贴 at 2017年07月11日

    同一个帐号,手机上能回复,电脑上被转到首页了

  • 当前设置新手用户不能在 22:00-9:00 发贴 at 2017年07月11日

    T

  • 大家有被颈椎病困扰的吗? at 2017年07月08日

    小鸟怎么飞

  • ignore Gemfile.lock 可以理解 为啥要 ignore Gemfile at 2017年07月07日

    ignore Gemfile.lock??那还用什么 bundler 呀...

    Gemfile.lock 和 Gemfile 都要加到版本控制,这不是常识嘛

    http://bundler.io/v1.3/rationale.html#checking-your-code-into-version-control

  • rails/activestorage - 将会引入 Rails 5.2 at 2017年07月07日

    现在 Rails gem 都叫 Active xxx 了,记得上个时代的 Rails gem 都叫 acts_as_xxx

  • 我觉的 Ruby China 对新手不太友好 at 2017年07月07日

    划重点 百度

  • 我觉的 Ruby China 对新手不太友好 at 2017年07月07日

    我觉得可以引入 Reputation 机制,老用户解答问题赚 Reputation,新用户想做走捷径快速获取答案可以悬赏,一杯咖啡不到的钱一定大家抢着回答。

    完美解决了老用户不活跃,新用户问题无人理的两大问题....

    嗯,就差一个程序员了 😅

  • [北京] 产品原型设计工具墨刀招聘 Rails/React 全栈工程师 (15 - 30K) at 2017年07月05日

    👍

  • 查找附近附近坐标,除了 postgis 还有啥好方案? at 2017年07月02日

    自己没搞明白,不等于 postgis 有问题。你这样换其它方案也不见得搞的通…

  • 查找附近附近坐标,除了 postgis 还有啥好方案? at 2017年07月02日

    postgis 哪里有问题…

  • 怎样提高一个写入数据非常频繁的 API 接口的并发处理性能? at 2017年06月30日

    日志可以先写内存再 bulk insert

  • Tracebin - 开源的 Ruby Application 性能监控应用 (APM) at 2017年06月28日

    其实用 citus 或 greenplum 就可以,兼容 pg… 列存储不是必须,可以 MPP 就行。

    redshift 要收费,并且没本地环境,只提供云服务。

    列存储好像 pg 有个 cstore_fdw 扩展

  • [远程] 外包小团队又来招募 ROR 工程师了 (已招满) at 2017年06月22日

    哇!每天请求 2000w+!

  • counter_cache + foreign_key + MySQL = DEADLOCK?? at 2017年06月21日

    那 +1024 好啦

  • 开源的前端查询界面? at 2017年06月21日

    keywords

    elasticsearch facet

  • counter_cache + foreign_key + MySQL = DEADLOCK?? at 2017年06月16日
    • http://use-the-index-luke.com/
    • https://postgresweekly.com/
  • counter_cache + foreign_key + MySQL = DEADLOCK?? at 2017年06月15日

    好像 https://github.com/magnusvk/counter_culture 解决了这个问题。

    《高性能 mysql》里有一个计数表的技巧来避免并发修改一条记录,预先生成计数表,随机选择一条去增减数量,然后再 sum,Rails 里可以 earger load 之后手动 sum,不过有点麻烦...

    记得这种模式也有 rails gem 实现了,找不到地址了...

    PS. 新系统,强烈推荐 postgresql +10086

  • RubyConf China 2017 讲师和主题介绍 at 2017年06月14日

    @tony612 谢谢提醒 😂

  • [杭州][9.16 - 17] RubyConf China 2017 主题分享征集 (已更新主题) at 2017年06月14日

    已确定主题已经移到此帖:https://ruby-china.org/topics/33232

  • 刚撸的 InfluxDB ORM at 2017年06月11日

    个人看法 influx 这种非关系数据库不需要 orm… 因为操作的不是 model 对象 如果需要也是类似 AREL 之类的 Influx SQL Generator

  • [北京][2017年6月10日] Ruby Saturday (已经更新场地) at 2017年06月10日

    观察的好仔细

  • [北京][2017年6月10日] Ruby Saturday (已经更新场地) at 2017年06月10日

  • 上一页
  • 1
  • 2
  • …
  • 20
  • 21
  • 22
  • 23
  • 24
  • …
  • 108
  • 109
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English