User bio
404 bio not found
Member since Jun 20, 2024
Posts:
Replies:
Really enjoyed the article @Guillaume Rongier !
I’ve been a big fan of virtual environments for all my Python work, it’s awesome to see how they can be used within IRIS too.
Great job @Siddardha Reddy Sanagala making it easy to connect Metabase with IRIS! The Docker setup is really helpful. Looking forward to seeing more IRIS features supported in the future.
Certifications & Credly badges:



Global Masters badges:
Vishal has no Global Masters badges yet.
Followers:
Following:
Nice article @Luis Angel Pérez Ramos!
Just to clarify my understanding: If I run a query using
LIKE '%example%'
and get x number of results, will running a similar query using%iFind.Index.Basic
always return at least x results (i.e., the result count with%iFind
is always greater than or equal to theLIKE
query)? Or are there cases where%iFind
might return fewer or different records?