sql >> データベース >  >> NoSQL >> MongoDB

マングース:データフィールドがないと、.chunkコレクションからファイルドキュメントをフェッチできません

    私はこれを理解したと思います。 distinct()メソッドを介して可能です :

    // Get the distinct file IDs that correspond to each upload.
    db.collection('media.chunks').distinct('files_id', function(error, results){
        console.log('Distinct file ID results',results);
        return res.status(200).send();
    });
    



    1. MongoDB$notアグリゲーションパイプラインオペレーター

    2. FacebookAPIからMeteorにデータを挿入します

    3. com.mongodb.client.MongoClientとcom.mongodb.MongoClientの違い

    4. RedisはmongoDBよりどれくらい速いですか?