بتاريخ: 14 مارس 200520 سنة comment_29662 إخواني الأعزاءعند إنشاء فهرس لجدول معين .. ثم بعد ذلك عند تنفيذ أمر select أجد أن البيانات بنفس الترتيب الموجودة به قبل إنشاء الفهرسة. بمعنى لا تغيير يحدث . ماهو الحل في نظركم .. جزاكم الله خيراً. تقديم بلاغ
بتاريخ: 16 مارس 200520 سنة comment_29907 Indexes are optional structures associated with tables. Indexes can be created to increase the performance of data retrieval. Just as the index in a manual helps you quickly locate specific information, an Oracle index provides an access path to table data. Indexes are useful when applications frequently query a table for a range of rows (for example, all employees with a salary greater than 1000 dollars) or a specific row.Indexes are created on one or more columns of a table.Changes to table data (such as adding new rows, updating rows, or deleting rows) are automatically incorporated into all relevant indexes. Indexes are the primary means of reducing disk I/O when properly used. However,the presence of many indexes on a table decreases the performance of updates, deletes, and inserts, because Oracle must also update the indexes associated with the table. الفهارس يا صديقى وسيلة لتسريع البحث خلال الجداول كبيرة الحجم ... و أعتقد أن ما تتكلم عنه هو عبارة order by التى تستخدم مع جملة الإستعلام select ... فأنت حين تستخدم حقل (عمود ) او أكثر فى فهرسة جدول فإنما أنت تستخدم قيمه لإجراء الفهرسة على حسب نوع الفهرس ولا يعنى ذلك أنك ستحصل فى نتيجة الإستعلام على العمليات الداخلية التى أجراها الفهرس لإرجاع القيمة لك. تقديم بلاغ
بتاريخ: 16 مارس 200520 سنة كاتب الموضوع comment_29916 شكرا يا أخي على هذا الرد وجزاكم الله خيرا تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.