All of lore.kernel.org
 help / color / mirror / Atom feed
* keyvaluestore speed up?
@ 2015-03-19  9:22 Xinze Chi
  2015-03-19 13:23 ` Haomai Wang
  2015-03-20  2:22 ` Shu, Xinxin
  0 siblings, 2 replies; 5+ messages in thread
From: Xinze Chi @ 2015-03-19  9:22 UTC (permalink / raw)
  To: Sage Weil, sjust@redhat.com, Haomai Wang,
	ceph-devel@vger.kernel.org

hi, all:

    Currently at keyvaluestore, osd send sync
request(submit_transaction_sync) to filestore when it finishes a
transaction. But sata disk is not suitable for doing sync request. ssd
disk is more suitable.

    So I think whether we could separate leveldb *.log file with *.sst
file and move *.log to ssd
disk, which is similar with journal file in ceph.

    But now, the original leveldb do not support to separate log file
and sst file.

    Wait for your comment.

    Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-24  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19  9:22 keyvaluestore speed up? Xinze Chi
2015-03-19 13:23 ` Haomai Wang
2015-03-20  2:22 ` Shu, Xinxin
2015-03-24  6:53   ` Ning Yao
2015-03-24  7:33     ` Mark Kirkwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.