Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35464 213 d 19 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Optimize /getActivatedModelByBrand and related activation queries

- Add date range filtering in WHERE clause to use activation_timestamp index
- Replace concat(year,month) with direct date comparisons for better performance
- Optimize getAuthFofoIds to avoid unnecessary DB call when user found in cache
- Use anyMatch() instead of filter().count() for short-circuit evaluation
 
35394 217 d 22 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Improved performance  
34901 334 d 4 h ranu /trunk/ abm implement  
34272 503 d 8 h tejus.lohani /trunk/ add new ticket category - recovery  
32224 1094 d 17 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/cs/ Added Oppo Scheduler to process activation information  
31831 1189 d 10 h amit.gupta /trunk/ Added Stocks category to the categoryids  
31662 1238 d 6 h amit.gupta /trunk/ Fixed Caching issue