You are here

README.txt in Views Custom Conditions 7

Module
-------
Views Custom Conditions


CREDITS
--------

This module was created by OSSCube Solutions Pvt Ltd <www dot osscube dot com>
Developed by Bhupendra Singh <bhupendra at osscube dot com>
Developed by Nirbhav Gupta <http://drupal.org/user/2416448>


DESCRIPTION
-------------

  This Index Hint module facilitates the site administrator to inject index
  hint into a views query. ‘Views’ is a powerful and highly flexible module
  that provides website builders with critical list making abilities. It
  generates a dynamic SQL query according to views construction for displaying
  data. So, to implement indexes in these SQL, this module can be really
  helpful.
 
  While using the USE INDEX syntax, administrators/users can tell MySQL which
  index to prefer when it executes a query. This saves time and makes upto 50
  times faster queries.


BENEFITS
---------

 # Faster execution of views queries
 # No need to write separate SQL query, users can do it in views
 # Easy to implement indexes	  

                                                            	 
INSTALLATION
-------------

  # Install the module
  # It will generate a field in views settings “ Index hint”
  # Fill suggestion in this field for index field
  # Then save the views
  # This will inject Index hint


DEPENDENCY
----------
   "views_ui" module
   Downhload URL : http://drupal.org/project/views

File

README.txt
View source
  1. Module
  2. -------
  3. Views Custom Conditions
  4. CREDITS
  5. --------
  6. This module was created by OSSCube Solutions Pvt Ltd
  7. Developed by Bhupendra Singh
  8. Developed by Nirbhav Gupta
  9. DESCRIPTION
  10. -------------
  11. This Index Hint module facilitates the site administrator to inject index
  12. hint into a views query. ‘Views’ is a powerful and highly flexible module
  13. that provides website builders with critical list making abilities. It
  14. generates a dynamic SQL query according to views construction for displaying
  15. data. So, to implement indexes in these SQL, this module can be really
  16. helpful.
  17. While using the USE INDEX syntax, administrators/users can tell MySQL which
  18. index to prefer when it executes a query. This saves time and makes upto 50
  19. times faster queries.
  20. BENEFITS
  21. ---------
  22. # Faster execution of views queries
  23. # No need to write separate SQL query, users can do it in views
  24. # Easy to implement indexes
  25. INSTALLATION
  26. -------------
  27. # Install the module
  28. # It will generate a field in views settings “ Index hint”
  29. # Fill suggestion in this field for index field
  30. # Then save the views
  31. # This will inject Index hint
  32. DEPENDENCY
  33. ----------
  34. "views_ui" module
  35. Downhload URL : http://drupal.org/project/views