Search results 11-20 out of about nosql
歐人豪
22 days ago
“原來Voldemort是一個NoSQL DB (rofl) ”
Val Bercovici
21 days ago
“Why aren't people talking more about NoSQL & NewSQL injection when it comes to (Web)App security vulnerability? Far less harding there ”
Gary Yeap
24 days ago
“Recruiter: "do you have any SQL experience?" Candidate: "I have no SQL experience" Recruiter: "right, I'll put that you have NoSQL skills" ”
Arturo Bolaños
25 days ago
“New blog example via partialjs.com and NoSQL embedded database: http://blog.partialjs.com ”
in reference to
the
link
“node. ”
2
Kazunori Sato
3 days ago
“NoSQLのクエリのスケーラビリティについて:Datastore/Bigtableのスゴいところ(というか、つきつめるとSSTableの本質)は、どんなクエリもインデックスで実装するところ、つまりキーのレンジスキャンに変換されるところだと思う。これにより、クエリの性能はデータセット全体のサイズの影響を受けなくなり、結果セットのサイズにのみ制約される。ただしデメリットとして、表現できるクエリがかなり限られるし、すべてのクエリを事前にインデックス化しておく必要がある。一方で、RDBのクエリはとても柔軟だけど、データセット全体のサイズに比例して性能が遅くなったり、インメモリ処理につかえるバッファサイズの制約を受けたりする。後者の柔軟性を持ちつつスケーラブルなNoSQLクエリってのがあるとスゴいと思うのだけど、そんな製品あるのかな(JOINはさておき)?それともこれはCAPみたいなNoSQLに本質的なトレードオフなんだろうか。… ”
developers.google.com/appengine/docs/python/tools/devserver
“…I'm doing it in Python. I like the AppEngine APIs. I also like that I can install a faked-out development server for development/testing. I'm learning to deal with the NoSQL backend offered in the AppEngine. Once I know what I'm doing (and I'm certainly learning), I'll have wonderful code to tweak for a lot of future projects. The pricing… ”
22 days ago