nosql
Why using sharding with MongoDB?
We started to use MongoDB at work. So far so good however I was asked to assess if MongoDB could do Replica Set and Sharding at the same time. After searching for a while I find out that yes it can bu[详细]
2023-04-11 23:28 分类:问答Application Features Persistence Alternatives - NoSQL or a RDBMS?
I\'m making a system with some features of a social network. And I want to know what your thoughts on the persistence technologies that best apply to certain features.[详细]
2023-04-11 22:08 分类:问答How To Pick a Database? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-11 21:56 分类:问答What database is good enough for logging application?
I am writing a web application with nodeJS that can be used by other applications to store logs and accessed later in a web interface or by applications themselves providing an API. Similar to Graylog[详细]
2023-04-11 20:37 分类:问答redis and tags for a large video site
My question is regarding tags and searching, for a tube/flash based video clip site. I have apx 100,000 videos which I want to organize using Redis.[详细]
2023-04-11 14:05 分类:问答Mongoose Getter acting like Setter
I have a getter that looks like this : UserSchema .path(\'avatar\') .get(function(avatar){ if(!avatar){ avatar = \"defaultAvatar.jpg\";[详细]
2023-04-11 10:09 分类:问答Creating a customizable, made-to-order Product Catalog in Document Database
My original intent was to ask this question for MongoDB, but I quickly realized this question probably applies to other document oriented databases like CouchDB and others. I\'m having a hard time wra[详细]
2023-04-11 08:43 分类:问答pymongo sort grouped results
I need to group and sort by date_published some documents stored on mongodb开发者_运维问答 using pymongo.[详细]
2023-04-10 21:43 分类:问答When not to use MySQL or other relational DBs? [closed]
开发者_如何学JAVA As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-04-10 19:21 分类:问答I need advise choosing a NoSQL database for a project with a lot of minute related information
I am currently working on a private project that is going to use Google\'s GTFS spec to get information about 100s of Public Transit agencies, their routers, stations, times, and other related informa[详细]
2023-04-09 22:22 分类:问答