<p>I'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'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'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's entirely written in Go and is going to be open sourced though isn't 100% complete yet. So yes, Go is quite capable of building databases.</p></pre>tscs37: <pre><p>I'm personally using BuntDB, a KV-DB written in Go.</p>
<p>You can definitely write DBs in Go.</p>
<p>What I've noticed is that a high CRUD pressure from the C, U and D's will create some CPU and Memory usage beyond what you would expect but it's within reasonable bounds.</p></pre>Morgahl: <pre><p>I suspect that is mostly mutex contention.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传