GithubHelp home page GithubHelp logo

Comments (7)

matthiasmullie avatar matthiasmullie commented on May 27, 2024

What version of the Couchbase PHP SDK do you use, and do you use a 'couchbase' or 'memcached' bucket type?

from scrapbook.

matthiasmullie avatar matthiasmullie commented on May 27, 2024

Oh, nevermind, I hadn't properly read the title - the issue is in the tests, so that should be latest release on Docker with 'memcached' bucket type

from scrapbook.

bkdotcom avatar bkdotcom commented on May 27, 2024

actually...
I'm just running from the command line via
phpunit --testsuite scrapbook --group Couchbase
I don't think docker is utilized

Also: bucket-type = couchbase & flush is enabled

extension version | 2.4.2
libcouchbase runtime version | 2.8.2
libcouchbase headers version | 2.8.2

I'm on OSX
this may be a case of me needing to clear out my ~/Library/Application Support/Couchbase dir after upgrading... (was required after downgrading back to 4.5.1)

Sorry for the vagueness

from scrapbook.

bkdotcom avatar bkdotcom commented on May 27, 2024

Unrelated:
I've noticed Couchbase (v4.5.1) to be MUCH slower than the other adapters
phpunit --testsuite scrapbook --group Couchbase (nearly 7 seconds)
vs say
phpunit --testsuite scrapbook --group PostgreSQL (approx 400ms)

not sure if that's a couchbase config issue on my end..

from scrapbook.

matthiasmullie avatar matthiasmullie commented on May 27, 2024

I updated the test suite to work with Couchbase 5.0, but can't reproduce what you are encountering (also with a type=couchbase bucket). Are you still unable to run them?

As for the slowness: I experience that too. I assume setting up the Couchbase connection is slightly slower (I suspect because of the ->info() call), and that keeps being repeated for every test, so that adds up. I'll look into that in more detail, though, to make sure it's not an actual issue of the implementation.

from scrapbook.

matthiasmullie avatar matthiasmullie commented on May 27, 2024

It's Couchbase's flush that is slow (and apparently always has been.)

from scrapbook.

bkdotcom avatar bkdotcom commented on May 27, 2024

good find.. my search for "couchbase slow" came up empty handed..

$manager->flush() doesn't seem to flush?

That comment must have been collection related

All is now well

from scrapbook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.