Do you think GoLang is suitable for creating databases?

blov · · 534 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;m going to have some experience creating InMemoryDB for my study and open source experience.</p> <p>I do not know what language is suitable for development in Golang or Rust.</p> <p>I would appreciate your feedback.</p> <p>Thank you.</p> <hr/>**评论:**<br/><br/>peatymike: <pre><p>Yes, there are already DBs such as InfluxDB written in Go.</p></pre>hannson: <pre><p>CockroachDB, etcd and dgraph as well.</p></pre>dgryski: <pre><p>Also Cayley and Google&#39;s BadWolf. </p></pre>gogoging: <pre><p>Thank you very much for all kindly responding to me.</p></pre>hippmr: <pre><p><a href="https://github.com/boltdb/bolt" rel="nofollow">https://github.com/boltdb/bolt</a></p></pre>spaztheannoyingkitty: <pre><p>We&#39;ve built a highly distributed, highly available database suited for writing a ton of data and reading all of that data at least once. It&#39;s entirely written in Go and is going to be open sourced though isn&#39;t 100% complete yet. So yes, Go is quite capable of building databases.</p></pre>tscs37: <pre><p>I&#39;m personally using BuntDB, a KV-DB written in Go.</p> <p>You can definitely write DBs in Go.</p> <p>What I&#39;ve noticed is that a high CRUD pressure from the C, U and D&#39;s will create some CPU and Memory usage beyond what you would expect but it&#39;s within reasonable bounds.</p></pre>Morgahl: <pre><p>I suspect that is mostly mutex contention.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

534 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传