Gerald,
Here are the results of those queries:
select * from system:namespaces;
{
"results": [
{
"namespaces": {
"id": "default",
"name": "default",
"store_id": "http://localhost:8091/"
}
}
]
}
select * from system:keyspaces;
{
"results": [
{
"keyspaces": {
"id": "couchmusic",
"name": "couchmusic",
"namespace_id": "default",
"store_id": "http://localhost:8091/"
}
},
{
"keyspaces": {
"id": "default",
"name": "default",
"namespace_id": "default",
"store_id": "http://localhost:8091/"
}
},
{
"keyspaces": {
"id": "playlists",
"name": "playlists",
"namespace_id": "default",
"store_id": "http://localhost:8091/"
}
},
{
"keyspaces": {
"id": "tracks",
"name": "tracks",
"namespace_id": "default",
"store_id": "http://localhost:8091/"
}
}
]
}
select * from system:indexes;
{
"results": [
{
"indexes": {
"id": "#primary",
"index_key": [
"(meta(`couchmusic`).`id`)"
],
"index_type": "view",
"keyspace_id": "couchmusic",
"name": "#primary",
"namespace_id": "default",
"store_id": "http://localhost:8091/"
}
},
{
"indexes": {
"id": "#primary",
"index_key": [
"(meta(`playlists`).`id`)"
],
"index_type": "view",
"keyspace_id": "playlists",
"name": "#primary",
"namespace_id": "default",
"store_id": "http://localhost:8091/"
}
}
]
}
Thanks,
-Tony