PumpkinSeed / bucket

[DEPRECATED] Optimized data structure framework for Couchbase specialized on one bucket usage
GNU General Public License v3.0
6 stars 2 forks source link

Write case-study based on the proper usage of the library #57

Open PumpkinSeed opened 4 years ago

PumpkinSeed commented 4 years ago

Based on the current usage it should have a case-study which proves the library is doing what it should do, and following the best practices of Couchbase.

borosr commented 4 years ago
borosr commented 4 years ago

Touch scenario:

  1. Generate documents with expiry time(x)
  2. Wait x/2 sec
  3. Touch half of them
  4. Wait x sec
  5. Get documents and the results length must be half of the insert count
PumpkinSeed commented 4 years ago

Can we add this to the case-study. This is valid enough to make it happen. https://blog.couchbase.com/user-profile-store-advanced-data-modeling/

PumpkinSeed commented 4 years ago

Once the 0.1.4 finished we should run another run with this.