@earth-app/collegedb
    Preparing search index...

    Interface MixedShardingStrategy

    Mixed sharding strategy configuration for different operation types

    1.0.2

    interface MixedShardingStrategy {
        read: ShardingStrategy;
        write: ShardingStrategy;
    }
    Index

    Properties

    Properties

    Strategy for read operations (SELECT)

    Strategy for write operations (INSERT, UPDATE, DELETE)