Skip to content

mirakui/activerecord-mysql-index-hint

Repository files navigation

Build Status

activerecord-mysql-index-hint

MySQL index hint support for ActiveRecord

Installation

Add this line to your application's Gemfile:

gem 'activerecord-mysql-index-hint'

Usage

class Product < ActiveRecord::Base
end

Product.where(user_id: 1).force_index(:idx_user_id).first
# => SELECT `products`.* FROM `products` FORCE INDEX(`idx_user_id`) WHERE `products`.`user_id` = 1 LIMIT 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages