跨多个驱动器的 RavenDB?

RavenDB across multiple drives?

是否可以跨多个本地驱动器存储 Raven 数据库?
我们有驱动器大小限制。

我看到了 2 种可能的情况:

  1. 一个数据库分布在 D: & E:
  2. 两个数据库。一个存放在D:,一个存放在E:

您可以将每个数据库配置在特定的驱动器上。但是,一个数据库必须在一个位置。

以下是创建数据库时的操作方法:

另请参阅文档:

The structure of RavenDB directories cannot be changed except locations of temporary files for documents and indexes by setting appropriate configuration options.

However, you can store any RavenDB data in different locations by defining junction points (Windows) or mount points (Linux).

https://ravendb.net/docs/article-page/4.0/Csharp/server/storage/directory-structure#storing-data-in-custom-locations