Skip to main content

Sharding: Unsupported Features

Unsupported Features

Unsupported Indexing Features

Unsupported FeatureComment
Rolling index deployment
Load Document from another shardLoading a document during indexing is possible only if the document resides on the shard.
Map-Reduce Output DocumentsUsing OutputReduceToCollection to output the results of a map-reduce index to a collection is not supported in a Sharded Database.
Custom Sorters

Unsupported Querying Features

Unsupported FeatureComment
Load Document from another shardAn index or a query can only load a document if it resides on the same shard.
Load Document within a map-reduce projection
Stream Map-Reduce resultsStreaming map-reduce results is not supported in a Sharded Database.
Stream Includes and LoadsStreaming Includes and Loads is not supported in a Sharded Database.
Use limit with PatchByQueryOperation or DeleteByQueryOperationUnsupported Querying Features
MoreLikeThis
OrderByScore
OrderByDistanceNot supported in spatial map reduce indexes
Highlighting
Intersection

Unsupported Document Extensions Features

Unsupported FeatureComment
Move AttachmentsE.g. session.Advanced.Attachments.Move("users/1","foo","users/2","bar"); is not supported.
Copy AttachmentsE.g. session.Advanced.Attachments.Copy("users/1","foo","users/2","bar"); is not supported.
Get multiple AttachmentsE.g. session.Advanced.Attachments.Get(attachmentNames) is not supported.
Copy Time SeriesE.g. session.Advanced.Defer(new CopyTimeSeriesCommandData(id, "Count", id2, "Count")); is not supported.

Unsupported Backup Features

Unsupported FeatureComment
Create a Snapshot Backup
Restore from a Snapshot Backup

Unsupported Import & Export Features

Unsupported FeatureComment
Import from a CSV file
Import from an S3 Bucketusing GET, Studio, smuggler, import s3 dir
Import from SQL
Import from Other DatabasesImporting from databases like MongoDB and CosmosDB is not supported

Unsupported Migration Features

Unsupported FeatureComment
Migrate from RavenDBBy POST, Studio, smuggler
Migrate from SQL DB

Unsupported Data Subscription Features

Unsupported FeatureComment
Concurrent Subscriptions
Data Subscriptions Revisions SupportSubscribing to document revisions
SubscriptionCreationOptions.ChangeVectorProviding a change vector to start the processing from is not supported
except for these special cases:
"LastDocument", "BeginningOfTime", "DoNotChange"

Unsupported Integrations Features

Unsupported FeatureComment
PostgreSQL
Queue ETLKafka ETL, RabbitMQ ETL
Queue SinkKafka Queue Sink, RabbitMQ Queue Sink

Unsupported Patching Features

Unsupported FeatureComment
JSON patch

Unsupported Replication Features

Unsupported FeatureComment
Filtered Replication
Hub/Sink Replication
Legacy replicationFrom RavenDB 3.x instances