-
webscale
-
I get errors
mcos updated
10 years ago
-
[MongoDB _is_ webscale](http://www.mongodb-is-web-scale.com). That is all.
-
We're loading a couple of fonts from Google's CDN (one of them isn't being loaded from a CDN, but that's because it isn't on one). Why aren't we loading jQuery from Google's CDN?
TL;DR: moar webscale…
-
There are not many packages yet but it takes some time to finish any listing, this is not going to webscale well:
```
$ time babel list
...
real 0m43.192s
user 0m0.159s
sys 0m0.193s
```
Also, …
-
We have tags now - let's support filtering by them!
I can't shake the thought that some sort of tag cloud would be neat, though that's certainly not a requirement. Or it could be added later. Along w…
-
MySQL MongoDB Others?
-
## Hi there!
Why does artisan don't have some command for database creation, independently of its scheme? F.e. "sqlite" databases require proper .sqlite file to be created before, "mysql" databases r…
-
As per discussion here:
https://groups.google.com/forum/?fromgroups=#!topic/journalio/f7Touwno_PE
There are a few options available for adding asynchronicity to the journal delete operations
> the…
-
We should probably have some type of sane way of dealing with limiting the number of objects returned.
Something like limiting the default to 200 and allowing the client to specify --offset/--from.
…