Do you think GoLang is suitable for creating databases?

blov · 2016-12-29 20:00:11 · 656 次点击    
这是一个分享于 2016-12-29 20:00:11 的资源,其中的信息可能已经有所发展或是发生改变。

I'm going to have some experience creating InMemoryDB for my study and open source experience.

I do not know what language is suitable for development in Golang or Rust.

I would appreciate your feedback.

Thank you.


评论:

peatymike:

Yes, there are already DBs such as InfluxDB written in Go.

hannson:

CockroachDB, etcd and dgraph as well.

dgryski:

Also Cayley and Google's BadWolf.

gogoging:

Thank you very much for all kindly responding to me.

hippmr:

https://github.com/boltdb/bolt

spaztheannoyingkitty:

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.

tscs37:

I'm personally using BuntDB, a KV-DB written in Go.

You can definitely write DBs in Go.

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.

Morgahl:

I suspect that is mostly mutex contention.


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

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