Support the ongoing development of Laravel.io →

heremiguel

Joined 29 Jan 2015

Statistics

Threads 4
Replies 13
Solutions 1
Articles 0
posted 9 years ago

MySQL Session Variables

Hi everybody! Where is the best place to set the environment variables? DB::statement("SET tmp_...

0 Likes
0 Replies

Another question regarding performance.

I got this query: SELECT (SELECT GenreDescription FROM Genre WHERE GenreId = Reports.ReportGenreId)...

0 Likes
5 Replies

If in statements

Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...

0 Likes
7 Replies
Solved

Question regarding aggregate in Query Builder

I am querying a table and I wonder why Laravel make a count(*) query before my query that spend addi...

jeanali liked this thread

1 Likes
5 Replies
replied 8 years ago

How to write index hint with Query Builder?

Hi, Use DB:raw like this: DB::table( DB::raw('TABLENAME FORCE INDEX (PRIMARY)') ) Replace TABLENAME...

0 Likes
replied 9 years ago

Another question regarding performance.

Hi Citti code and db are in different servers.

0 Likes
replied 9 years ago

Another question regarding performance.

Changing the order by field it takes less time to execute BUT I need the order by other field. SELEC...

0 Likes
replied 9 years ago

slow mysql queries when connecting to a remote server, not localhost

Hi mate, I am having same issues and nobody answer anything. Have you found anything to improve the...

0 Likes
replied 9 years ago

Another question regarding performance.

Note: Everything is correct using explain for this mysql.

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.