Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベース内の回線の使用率データを取得する最善の方法は何ですか。たとえば、回線が 100 個あり、毎月 6 列の使用率データがある場合、毎月 1 つのテーブルを使用するか、列の数を毎回増やすのがよいでしょうか。月
テーブルの構造が何であれ、毎月1つのテーブルは本当に悪い設計です。代わりに、日付または月のフィールドをテーブルに追加してください。