Discussion:
[leveldb] Is there any solutions for leveldb to store a PB data?
周沛源
2016-09-27 07:20:52 UTC
Permalink
Hello LevelDB community:
I'm a student in China,ZJU and I'm learning leveldb now.My tutor give
me a challenge to use leveldb store 1PB data.I know it need distribution
architecture to conquer this difficulty.But it is difficult for me to write
such a system,can you give me some advice on that problem or is there any
existing project that implement distribution leveldb?And more,I want to if
I have two disks on my computer,can leveldb use them as one disk and have
no performance loss?
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
p***@gmail.com
2016-09-27 10:21:41 UTC
Permalink
圚 2016幎9月27日星期二 UTC+8䞋午3:20:55呚沛源写道
Post by 周沛源
I'm a student in China,ZJU and I'm learning leveldb now.My tutor give
me a challenge to use leveldb store 1PB data.I know it need distribution
architecture to conquer this difficulty.But it is difficult for me to write
such a system,can you give me some advice on that problem or is there any
existing project that implement distribution leveldb?And more,I want to
know if I have two disks on my computer,can leveldb use them as one disk
and have no performance loss?
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Abioy Sun
2016-09-27 11:34:37 UTC
Permalink
Consistent hashing with virtual nodes?
Post by 周沛源
I'm a student in China,ZJU and I'm learning leveldb now.My tutor give
me a challenge to use leveldb store 1PB data.I know it need distribution
architecture to conquer this difficulty.But it is difficult for me to write
such a system,can you give me some advice on that problem or is there any
existing project that implement distribution leveldb?And more,I want to if
I have two disks on my computer,can leveldb use them as one disk and have
no performance loss?
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...