× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
anilkalshetti reported 2015-03-20T09:01:21Z  · SachinPrakash last modified 2015-04-09T15:06:20Z

Indexes are not listed under schema Indexes tree node


customer request
Dev
Emil Goicovici
emil.goicovici
QA
Jenny Nishimura
JennyNishimura
Priority Low
Complexity Unknown
Component MongoSQL
Version 16.0

Aqua Data Studio 16.0.0
Build #: 43007
Built on: 2015-Mar-19 05:31:05 PM      

OS: Ubuntu 14.04 LTS
Linux (3.13.0-32-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.7.0_60-b19
Memory: Max=704,643,072;  Total=445,120,512;  Free=234,059,184;  CPUs=8
 
Databases : MongoDB 3.0.1  / MongoDB 3.0.0
Storage Engine: wiredTiger

Issue: Indexes are not listed under schema Indexes tree node
 
Steps : 
1. Connect ADS to MongoDB started with storage engine wiredTiger, open ADS mongoshell  and run below scripts.
 
for (i=0; i<102; i++) {
db.users.insert(
{"i" : i,
"username" : "user"+i,
"age" : Math.floor(Math.random()*120),
"created" : new Date()
}
);
}
 
db.users.ensureIndex({"username" : 1})
 
2. In database Schema  tree node, Expand Index node,  indexes are not listed. 

3. In Mongoshell, run below command, to list indexes.

db.users.getIndexes()
 
Observation:
1] Index is created, but it's not listed under Indexes tree node, for Storage Engine wiredTiger
2] This issue is not observed if MongoDB is started with storageEngine MMAPv1
3] This issue is applicable only for MongoDB 3.0 and above versions, as storage Engine wiredTiger is support started from MongoDB3.0.

 

1 attachment

Issue #13163

Closed
Fixed
Resolved 2015-04-08T11:57:29Z
 
 
Completion
No due date
Fixed Build ADS 16.0.3-10 (mongo-jdbc 1.4.6)
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017