Skip to content

How to call to an existing bucket ? ( JDBC integrations psql) #352

Discussion options

You must be logged in to vote

In most cases Bucket Proxy is cheap wrapper arround primary key, so there are no differences between creation proxy each time and storing once created proxy somewhere, caching the proxy will not allow to save somesing significant. So you should prefer the way that makes your code more clean. If build use and forget makes your code simpler then use this way. But if you have deal with a few buckets that are well known at development time then it is obviosly that all thes buckets can be created at application start time and just reused during application life time.

Ptoxy manager in opposite to BucketProxy should be created only once.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vladimir-bukhtoyarov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants