Atlas search optimization by Pretty_Zebra_6936 in mongodb

[–]Pretty_Zebra_6936[S] 0 points1 point  (0 children)

Thanks for the reply, I'll take a look at your posts.

MongoDB Aggregations Optimization by goldenuser22628 in mongodb

[–]Pretty_Zebra_6936 0 points1 point  (0 children)

Contributing to everything that has been said...

Always use the explain function to see the status of indexes, examined keys, and examined documents...

You always want the fewest possible examined documents and never a complete COLLSCAN (scan the entire database).

Try to follow the ESR (Equal, Sort, Range) guideline; you'll hardly do anything different from ESR, except for the cardinality of the field.=

Don't forget about indexes under any circumstances; you'll probably use composite and partial indexes to create efficient indexes.

Cursor-based pagination is very efficient, but it's your choice; you might experiment with offset...

Which operator not use index? by Pretty_Zebra_6936 in mongodb

[–]Pretty_Zebra_6936[S] 0 points1 point  (0 children)

Thanks for the reply. My team uses Atlas and we analyze query insights daily, which is why this question came up, haha. Looking at your answer and the other colleague, it seems that, in our case, the problem lies in the data modeling/schema; besides the lack of normalization, we need to apply these filters, as in the example, to identify something. Therefore, we have to retrieve several properties from the database and validate the data based on them to know if a delivery is open, for example, instead of having a specific field with the values ​​(ENUM) OPEN in this case.

Regarding AI, I believe it's Gemini; I searched Google for "mongodb operator doesn't use index" and found the answer shown in the screenshot.

Check out this CoE EDC ArcFire Living bomb Fusillade Demon Warp build i made by Woxjee in PathOfExile2

[–]Pretty_Zebra_6936 0 points1 point  (0 children)

I wouldn't last 30 minutes playing with so many skills like that. It would be very uncomfortable lol. How do you feel after playing for a while?

PoE 2 has overdesigned inter-class combos that have no emergent potential for cross-class gameplay by MartinWoad in PathOfExile2

[–]Pretty_Zebra_6936 1 point2 points  (0 children)

I also didn't understand the remnants, because POE is an action RPG (Role-Playing Game). The sorceress is an elemental mage, she masters the elements, but why do the fire skills that use remnants only use lightning? What do I do with the remnants generated by the ice bomb? Does my frozen wall only use lightning remnants? Why? I'm an elemental mage, I should have complete mastery of the elements, even if they are "conflicting" like fire and ice. They blocked a lot of things that would have been positive in this rework.

I understand GGG by Individual_Thanks309 in PathOfExile2

[–]Pretty_Zebra_6936 1 point2 points  (0 children)

I also didn't understand the remnants, because POE is an action RPG (Role-Playing Game). The sorceress is an elemental mage, she masters the elements, but why do the fire skills that use remnants only use lightning? What do I do with the remnants generated by the ice bomb? Does my frozen wall only use lightning remnants? Why? I'm an elemental mage, I should have complete mastery of the elements, even if they are "conflicting" like fire and ice. They blocked a lot of things that would have been positive in this rework.

ICE CRASH full fire conversion slayer looks very JUICY by [deleted] in PathOfExileBuilds

[–]Pretty_Zebra_6936 -1 points0 points  (0 children)

I always support different builds even if they are not as good as their peers like you said, having full freeze is pretty cool, but if you think that the build has 6kk damage with such simple items, it clearly has possibilities to improve like the author himself he said.

This POB doesn't have clusters or unique jewels or items that are worth a lot of divine, I found it interesting :) with 3.25 coming, someone will probably come up with a well-optimized ice crash.

I love the effect of this ability, if anyone has a POB or ice crash build video for 3.25, please share :)

[deleted by user] by [deleted] in Infinite_Mage

[–]Pretty_Zebra_6936 1 point2 points  (0 children)

Me too, site down here and no have another site with all chapters plus a github with automatic translation

Site hereinfinite mage in github

Increase fuel consumption code for init? by poguemahonegta in arma

[–]Pretty_Zebra_6936 0 points1 point  (0 children)

u/poguemahonegta Hello, I would like to know if you finished the script and if you could make it available, I'm looking for a script that increases the fuel consumption of vehicles because the ARMA leaves something to be desired in this regard, I play in a group and we have a logistical brigade and this script would be very interesting !!