9 things you should know about the Couchbase SDKs

preview_player
Показать описание
If you are getting started with one of the Couchbase SDKs, you are in the right place.
In this video, Denis Rosa walks you through 9 important characteristics of the SDK to make your experience easier and smoother.

00:00 - Intro
00:36 - Couchbase Ports
01:12 - Connection Pooling and Timeouts
02:12 - Lazy Operations
03:06 - Key Value Operations are Faster
04:08 - Strong and Eventually Consistent Queries
05:14 - Durability
06:29 - Transactions
07:12 - Avoid Select *
07:55 - Fast by Default
Рекомендации по теме
Комментарии
Автор

i am using couchbase sdk 2.6 and now thinking to move my app to sdk 3.2 of PHP the new sdk has concept of scope but my previous app i have not defined any scope just defined the types . My question is if i continue with the default scope will it be a fine or i need to specify the scopes for each documents plys in my case i am using couchbase locally on windows 10 machine is there any serious problem if i contine on windows 10 on production thanks :)

SpantikLab