Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. *************************** 1. row ***************************
  2. id: 1
  3. select_type: SIMPLE
  4. table: instances
  5. type: ALL
  6. possible_keys: NULL
  7. key: NULL
  8. key_len: NULL
  9. ref: NULL
  10. rows: 846
  11. Extra:
  12. *************************** 2. row ***************************
  13. id: 1
  14. select_type: SIMPLE
  15. table: virtual_interfaces_1
  16. type: ref
  17. possible_keys: instance_id
  18. key: instance_id
  19. key_len: 4
  20. ref: nova.instances.id
  21. rows: 1
  22. Extra:
  23. *************************** 3. row ***************************
  24. id: 1
  25. select_type: SIMPLE
  26. table: networks_1
  27. type: eq_ref
  28. possible_keys: PRIMARY
  29. key: PRIMARY
  30. key_len: 4
  31. ref: nova.virtual_interfaces_1.network_id
  32. rows: 1
  33. Extra:
  34. *************************** 4. row ***************************
  35. id: 1
  36. select_type: SIMPLE
  37. table: instances_1
  38. type: eq_ref
  39. possible_keys: PRIMARY
  40. key: PRIMARY
  41. key_len: 4
  42. ref: nova.virtual_interfaces_1.instance_id
  43. rows: 1
  44. Extra:
  45. *************************** 5. row ***************************
  46. id: 1
  47. select_type: SIMPLE
  48. table: fixed_ips_1
  49. type: ref
  50. possible_keys: fixed_ips_virtual_interfaces_fkey
  51. key: fixed_ips_virtual_interfaces_fkey
  52. key_len: 5
  53. ref: nova.virtual_interfaces_1.id
  54. rows: 1
  55. Extra:
  56. *************************** 6. row ***************************
  57. id: 1
  58. select_type: SIMPLE
  59. table: floating_ips_1
  60. type: ref
  61. possible_keys: fixed_ip_id
  62. key: fixed_ip_id
  63. key_len: 5
  64. ref: nova.fixed_ips_1.id
  65. rows: 6
  66. Extra:
  67. *************************** 7. row ***************************
  68. id: 1
  69. select_type: SIMPLE
  70. table: security_group_instance_association_1
  71. type: ref
  72. possible_keys: instance_id
  73. key: instance_id
  74. key_len: 5
  75. ref: nova.instances.id
  76. rows: 1
  77. Extra:
  78. *************************** 8. row ***************************
  79. id: 1
  80. select_type: SIMPLE
  81. table: security_groups_1
  82. type: eq_ref
  83. possible_keys: PRIMARY
  84. key: PRIMARY
  85. key_len: 4
  86. ref: nova.security_group_instance_association_1.security_group_id
  87. rows: 1
  88. Extra:
  89. *************************** 9. row ***************************
  90. id: 1
  91. select_type: SIMPLE
  92. table: instance_metadata_1
  93. type: ref
  94. possible_keys: instance_id
  95. key: instance_id
  96. key_len: 4
  97. ref: nova.instances.id
  98. rows: 1
  99. Extra:
  100. *************************** 10. row ***************************
  101. id: 1
  102. select_type: SIMPLE
  103. table: instance_types_1
  104. type: eq_ref
  105. possible_keys: PRIMARY
  106. key: PRIMARY
  107. key_len: 4
  108. ref: nova.instances.instance_type_id
  109. rows: 1
  110. Extra:
  111. *************************** 11. row ***************************
  112. id: 1
  113. select_type: SIMPLE
  114. table: fixed_ips_2
  115. type: ref
  116. possible_keys: instance_id
  117. key: instance_id
  118. key_len: 5
  119. ref: nova.instances.id
  120. rows: 1
  121. Extra:
  122. *************************** 12. row ***************************
  123. id: 1
  124. select_type: SIMPLE
  125. table: networks_2
  126. type: eq_ref
  127. possible_keys: PRIMARY
  128. key: PRIMARY
  129. key_len: 4
  130. ref: nova.fixed_ips_2.network_id
  131. rows: 1
  132. Extra:
  133. *************************** 13. row ***************************
  134. id: 1
  135. select_type: SIMPLE
  136. table: floating_ips_2
  137. type: ref
  138. possible_keys: fixed_ip_id
  139. key: fixed_ip_id
  140. key_len: 5
  141. ref: nova.fixed_ips_2.id
  142. rows: 6
  143. Extra:
  144. 13 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement