Cassandra\Cluster\Builder::withSchemaMetadata PHP 메소드

withSchemaMetadata() 공개 메소드

If disabled this allows the driver to skip over retrieving and updating schema metadata, but it also disables the usage of token-aware routing and $session->schema() will always return an empty object. This can be useful for reducing the startup overhead of short-lived sessions.
public withSchemaMetadata ( boolean $enable = true ) : Builder
$enable boolean whether the driver fetches and maintains schema metadata.
리턴 Builder self
    public function withSchemaMetadata($enable = true)
    {
    }