d********r 发帖数: 199 | 1 如果用过一次后,过很长一段时间以后再用的话,
会不会已失效了啊?
另外,在一个Connection 里,
可不可 create 好几个 PreparedStatement,
我一会用这个,一会用那个。这样不知行不?
就是想做 PreparedStatement 的 cache,
不知这是不是一个 good idea?
还有没有更好的idea? | f*****g 发帖数: 31 | 2
Yes you can. use PS' sql statement as Cache element
key.
Actually there are some PS cache. Read JBoss code,
you will find one:-)
【在 d********r 的大作中提到】 : 如果用过一次后,过很长一段时间以后再用的话, : 会不会已失效了啊? : 另外,在一个Connection 里, : 可不可 create 好几个 PreparedStatement, : 我一会用这个,一会用那个。这样不知行不? : 就是想做 PreparedStatement 的 cache, : 不知这是不是一个 good idea? : 还有没有更好的idea?
|
|