зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
9 строки
223 B
Plaintext
9 строки
223 B
Plaintext
col
|
|
.createIndex({field: val, ...})
|
|
https://www.studytonight.com/mongodb/indexing-in-mongodb
|
|
|
|
{<field>: 1}
|
|
|
|
from-java-driver
|
|
https://www.mongodb.com/docs/drivers/java/sync/current/fundamentals/builders/indexes/
|