0
私は物事をスピードアップするためにVIEWを作成することを考えています。私の質問は次のとおりです。セッション/接続ごとまたはグローバルごとにVIEWですか?MySQL、ビューはグローバルかセッション/接続ごとですか?
例:
User Foo issues a query that creates a VIEW X, then user Foo continues to query
against VIEW X.
Meanwhile, User Bar issues the same query that creates a VIEW X because the creation and the name is hard coded into the function issuing the query.
今、ユーザーfooと同じVIEWのXを持つユーザーのバーの仕事をしたり、彼らはそれぞれの "プライベート" VIEWのXを持っているのですか?
+1よろしくお願いいたします。 –