[
https://issues.apache.org/jira/browse/COUCHDB-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925161#comment-13925161
]
Alexander Shorin commented on COUCHDB-2113:
-------------------------------------------
> caching the output of _all_dbs could be very bad (what happens when you have
> a million databases?).
>
> Prefix filtering should be straightforward and efficient ("foo" finding "foo"
> and "foobar" and "foobarbaz"), though as, after the bigcouch merge, the list
> of dbs will be a database keyed on database name.
Well, we're still on CouchDB and there is no any database of databases and
Fauxton still gets whole list of databases with first request to it, so there
is left no reasons to not cache it to prevent further requests that may cause
more problems than just keeping array of million strings in memory.
I know that merge with bigcouch will solve database list requesting issue, but
plain old CouchDB still have it anyway. That's only opens another the question:
do Fauxton orients on CouchDB 2.0+ or it also will support CouchDB 1.x releases?
> Database search doesn't works as expected
> -----------------------------------------
>
> Key: COUCHDB-2113
> URL: https://issues.apache.org/jira/browse/COUCHDB-2113
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Alexander Shorin
>
> There is database search box on the main page. Actually, it searches database
> only if you enter full and correct name into the field. That's not what user
> expected when it see magnifier symbol on the button. It expects that he'll
> enter {{mail}} and Fauxton will show him the next list:
> - mailbox
> - Mike/mail
> - Mike/mail/spam
--
This message was sent by Atlassian JIRA
(v6.2#6252)